/**
includes.js
Includes all the required js files
ajax ajax routine
dmr_gen call back routines for use after ajax
atxt routines to open and control boxes on screen either floating box or fixed position box (need not be used with ajax)
bs_boxshadow put shadow around a box with opacity as specified in control stream
vers 1 ajm 18/01/2006
DMR Ltd
**/
var href_array = document.location.href.split("/");
if (href_array[2].substring(0,4) == "test" ) {
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
}
else {
document.writeln('');
document.writeln('');
document.writeln('');
document.writeln('');
}
var js_debug = false;