<!--

function getCSS(type) {

if(type=="index")
   thepath="styles/";
else
   thepath="../../styles/";

isMac=false;
   isIE4 = (document.all && !document.getElementById) ? true : false;
   isIE5 = (document.all && document.getElementById) ? true : false;
   isNS4 = (document.layers) ? true : false;
   isNS6 = (!document.all && document.getElementById) ? true : false;
   
   if(navigator.appVersion.indexOf("Mac")>= 0)
        isMac=true;

   if(isIE4 || isIE5){
        document.write("<link rel='stylesheet' href='"+thepath+"genam_ie.css' type='text/css'>");
   }
   else {
        document.write("<link rel='stylesheet' href='"+thepath+"genam_ns.css' type='text/css'>");
   }
}
// -->
