// ####- DYNAMIC_INCLUDES_START

// ---- BROWSER_CHECK_VAR

ie4x = (document.all) ? 1:0;
n4x = (document.layers) ? 1:0;
domx = (!n4x && !ie4x) ? 1:0;

// ---- SYSTEM_CHECK
sysmac = navigator.userAgent.indexOf("Mac");
syslinux = navigator.userAgent.indexOf("Linux");

// ---- GLOBAL_POPUP_FUNCTIONS

function nwin(oname,ourl) {
 owin = window.open(ourl,oname,'toolbar=1,location=1,directories=1,status=0,menubar=1,scrollbars=1,resizable=0,width=785,height=550,left=0,top=0,screenX=0,screenY=0');
 if (n4x) { owin.location = ourl; }
}

// ######### CSS_LOAD_START

// --- SET_STYLESCHEET_DEFAULT_PATH
cssfile='win.css'; // Default css file is win.css !
csspath=''; // Default css path is css/ !

// ---- CSS_SYSTEM_CHECK
if (sysmac>=0) { cssfile='mac.css'; }
if (syslinux>=0) { cssfile='linux.css'; }

// --- [OPTIONAL] CSS_BROWSER_CHECK delete // to activate
// if (n4x) { csspath+='n4x'; }
// if (ie4x) { csspath+='iexplorer/'; }
// if (domx) { csspath+='dom/'; }

// --- CSS_LOAD_CREATE
// cssload='<link rel="stylesheet" type="text/css" href="'+csspath+cssfile+'">';
// cssload='<link rel="stylesheet" type="text/css" href="win.css">';

// alert(cssload);

// ---CSS_LOAD
// document.write(cssload);

// ######### CSS_LOAD_END

 function nada() {;}

// alert(layx);
