var rootPath="/"; 
var imgPath=rootPath+"images/";
var tempStr=""
var ns4 = ((navigator.appName=="Netscape")&& (navigator.appVersion.indexOf("4.")!=-1)); 
var ns6 = ((navigator.appName=="Netscape")&& (navigator.appVersion.indexOf("5.")!=-1));  
var ie4 = document.all;
var netsSpaceAdjust=-4
//var subMenuBetw= ns4 ? "<SPACER TYPE='vertical' SIZE='8'>": "<img src='"+ imgPath +"empty.gif' width='131' height=9 border=0 alt=''><BR>" 
var subMenuBetw= ns4 ? "<SPACER TYPE='vertical' SIZE='7'>": "<DIV style='line-height: 7px'>&nbsp;</DIV>" 
var subMenuLeft="&nbsp;&nbsp;&nbsp;&nbsp;<BR>"
var subMenuLeft_1stLine = ns6 ? "&nbsp;<BR>" : subMenuLeft
var subscribe



function MenuItem(aName,aLabel,aPath){
  this.name=aName;
  this.label=aLabel;
  this.url=rootPath+aPath;
  this.imageSrc_home=imgPath+"home_"+aName+"_off.gif"
  this.imageSrc_sub=imgPath+"sub_"+aName+"_off.gif"
}


function initMenuEle(){
   home=new MenuItem("home","Home","index.shtml");
   news=new MenuItem("news","News & Events","news/index.html"); 
   about=new MenuItem("about","About Us","about/index.shtml");  
   products=new MenuItem("products","Our Products","products/index.shtml");  
   maritime=new MenuItem("maritime","maritime","maritime/index.html");
   industry=new MenuItem("industry","Industry Profiles","about/industry.shtml");     
   facts=new MenuItem("facts","Why FacTS(TM)?","whyFacTS/index.shtml");     
   resource=new MenuItem("resource","Resource Center","resource/index.shtml");   
   partners=new MenuItem("partners","Partners","partners/index.html");   
   spanish=new MenuItem("spanish","spanish","spanish/index.html");   
   military=new MenuItem("military","Information for US Military Installations","military/overview_us_military_installations.pdf");
   faq=new MenuItem("faq","FAQs","faq/faq.shtml");
   user=new MenuItem("factsusers","For FacTS(TM) User","member/privateSite.html");
   
   base=new MenuItem("base","Base System","products/baseFacts.html")
   reporting=new MenuItem("reporting","Environment Reporting","products/Environ.html")
   ehs=new MenuItem("ehs","EH&S Management","products/ehs.html")
   health=new MenuItem("health","Health & Safety Reporting","products/health.html")
   msds=new MenuItem("msds","MSDS Generation & Delivery","products/msds.html")
   data=new MenuItem("data","Data Management","products/dataMgr.html")
   
   
   news_1=new MenuItem("about_1","Product News"+ subMenuLeft_1stLine,"news/productnews.shtml")
   news_2=new MenuItem("about_2","Old News Releases"+ subMenuLeft,"news/arch_index.shtml")
   news_3=new MenuItem("about_3","                     "+ subMenuLeft,"news/form.shtml")
   
   about_1=new MenuItem("news_1","Industry Profiles"+ subMenuLeft_1stLine,"about/industry.shtml")
   about_2=new MenuItem("news_2","Career Opportunities"+ subMenuLeft,"about/career.shtml")
   about_3=new MenuItem("news_3","FacTS Customers"+ subMenuLeft,"about/customers.shtml")
   about_4=new MenuItem("news_4","Staff Profiles"+ subMenuLeft,"about/staff.shtml")
   about_5=new MenuItem("news_5","Our Partners"+ subMenuLeft,"partners/index.html")
      
   products_1=new MenuItem("products_1","Base FacTS<SUP><FONT SIZE='-2'>TM</FONT></SUP>"+ subMenuLeft_1stLine,"products/baseFacts.html"); 
   products_2=new MenuItem("products_2","Environmental"+ subMenuLeft +"Reporting"+ subMenuLeft,"products/Environ.html");
   products_3=new MenuItem("products_3","EH&S"+ subMenuLeft,"products/ehs.html");
   products_4=new MenuItem("products_4","Health & Safety"+ subMenuLeft,"products/health.html");
   products_5=new MenuItem("products_5","MSDS Management"+ subMenuLeft,"products/msds.html");
   products_6=new MenuItem("products_6","Data Management"+ subMenuLeft +"Tools"+ subMenuLeft,"products/datamgr.html");
   products_7=new MenuItem("products_7","Support Services"+ subMenuLeft,"products/support.shtml");
   products_8=new MenuItem("products_8","Application Hosting"+ subMenuLeft,"products/apphost.shtml");
   products_9=new MenuItem("products_9","Product Literature"+ subMenuLeft,"products/literature.shtml");
   products_10=new MenuItem("products_10","Technical Overview"+ subMenuLeft,"products/techOverview.shtml"); 
   products_11=new MenuItem("products_11","Professional"+ subMenuLeft+ "Services"+ subMenuLeft,"products/profserv.shtml");   
   
   facts_1=new MenuItem("facts_1","For IT"+ subMenuLeft_1stLine,"whyFacTS/forIt.shtml")
   facts_2=new MenuItem("facts_2","For EH&S"+ subMenuLeft,"whyFacTS/forEhs.shtml")
   facts_3=new MenuItem("facts_3","Information Request"+ subMenuLeft,"whyFacTS/infoReq.shtml")
   
   resource_1=new MenuItem("resource_1","Industry & Regulatory" + subMenuLeft + "News"+ subMenuLeft_1stLine,"resource/bulletins.shtml")

   
}

initMenuEle();
