
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}


if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=1)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=1)" // Stop IE5.5 bug when using more than one filter
}


timegap=500		
followspeed=5	
followrate=40			
suboffset_top=0;		
suboffset_left=10;		

style1=["black","cddbeb","ffcc00","#761919","black",10,"normal","normal","Verdana, Arial",4,,,,,,,,"black","003399",]

style2=["white","#761919","#003399","45ffff",,11,"normal","bold",	"Verdana, Arial",4,,,,,,,,,,		]
	

// style_legend = [foreground, background, foreground roll-over, background roll over
//                 font color, font size, font style, font emphasis, font name, 

addmenu(menu=["mainmenu",169,,86,,"center",style2,1,"center",,,1, ,,,,,"okay",,,,
,"Company","show-menu=company","../company/about.html",,0
,"Products","show-menu=products", "../index.html",,0
,"Services","show-menu=services", "../services/consulting.html",,0
,"Support","show-menu=support", "../support/index.html",,0
,"Resources","show-menu=resources", "../resources/index.html",,0
,"News","show-menu=news", "../news/index.html",,0
,"Contact&nbsp;Us","show-menu=contact", "../online/contact.html",,0
])

// addmenu(menu=["biosuite",,,160,1,"center",style1,0,"left",,,0,0,,,,,"alpha",,,,
//	,"BioFoundry&reg; BioAPI","../products/bioapi.html",,,1
//	,"BioFoundry&reg; BioAPI-COM","../products/bioapi-com.html",,,1
//	,"BioFoundry&reg; BSP Builder","../products/bioserve.html",,,1
//	,"BioFoundry&reg; X9.84","../products/biosecure.html",,,1
//	])
// INCLUDE A SUBMENUY SIMILAR TO THIS:
//	,"BioFoundry&reg; Suite &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src=http://www.biofoundry.com/graphics/menuarrow.gif border=0>","show-menu=biosuite","http://www.biofoundry.com/index2.html",,1

addmenu(menu=["products",
	,,170,1,"",style1,0,"left",effect,,,,,,,,,,,,
	,"BioFoundry&reg; SDK","../index.html",,,1
	,"BioFoundry&reg BioAPI-Java","../products/bioapi-java.html",,,1
        ,"BioFoundry&reg; BioAPI-COM","../products/bioapi-com.html",,,1
        ,"BioFoundry&reg; BioAPI-BIP","../products/bip.html",,,1
//  Remove this line later.	,"BioAPI 2.0 Reference Implementation","../products/bioapi20_RI.html",,,1
	])

    addmenu(menu=["company",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"About Us","../company/about.html",,,1
	,"Information Kit","../company/infokit.html",,,1
	,"Customers","../company/customercomments.html",,,1
	,"Partners","../partners/index.html",,,1
//	,"Resellers","../resellers/index.html",,,1	
	,"Main OSS Website","http://www.oss.com/index.html",,,1
	])
	
	
	addmenu(menu=["services",
	,,130,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Professional Services","../services/consulting.html",,,1 
        ,"Maintenance","../services/maintenance.html",,,1
	])


        addmenu(menu=["support",,,160,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Biometrics Support Center","../support/index.html",,,1
        ,"BioFoundry&reg; FAQs","../support/biofoundry_faqs.html",,,1
	])

        addmenu(menu=["Resources",,,135,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Biometrics Overview","../resources/overview.html",,,1
	,"Biometrics Standards","../resources/standards.html",,,1
	,"Biometrics Glossary","../resources/glossary.html",,,1
	,"Links","../resources/links.html",,,1
	])


        addmenu(menu=["news",,,100,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Events","../news/announce.html",,,1
	,"Press Releases & Articles","../news/press.html",,,1
	,"What's New","../news/sitenews.html",,,1
	])
		
	addmenu(menu=["contact",
	,,85,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Contact Us","../online/contact.html",,,1
	,"Feedback","../online/index.html",,,1
        ,"Purchase","../products/pricing.html",,,1
	])
	
	
dumpmenus()
