var NN 	= document.layers;
var IE 	= document.all;
var MAC = (navigator.appVersion.indexOf("Mac") != -1);
var X11 = (navigator.appVersion.indexOf("X11") != -1);

if (!NN && !IE){IE="1";}
  
   if (MAC)
   { if (IE){
       cstyle="css/smac_ie.css";
	   backgroundImg="background.gif";
	 }
     else{
       cstyle="css/smac_ns.css";
	  backgroundImg="background_ns.gif";
	 }
   }
   else if(X11)
   { if (IE){
       cstyle="css/slnx_ie.css";
	  backgroundImg="background.gif";
	  }
     else{
       cstyle="css/slnx_ns.css";
	  backgroundImg="background_ns.gif";
	 }
   }
   else
   { if (IE){
   
       cstyle="css/spc_ie.css";
	   backgroundImg="background.gif";
	   }
     else{
       cstyle="css/spc_ns.css";
	   backgroundImg="background_ns.gif";
	 }
   }
   document.write('<LINK REL=stylesheet TYPE="text/css" HREF="'+cstyle+'">');
   document.write('</head>');
   document.write('<body bgcolor="#ffffff" background="images/'+backgroundImg+'">');
   
   
 function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}