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=88);Shadow(color='#777777', Direction=135, Strength=0)"}else{effect = "Shadow(color='#cccccc', Direction=135, Strength=4)"}
timegap=300
followspeed=5
followrate=40
suboffset_top=10;
suboffset_left=10;

style1=["#3939A1","#E4E4E4","#3939A1","#FFDE00","#E4E4E4",12.5,"normal","bold","Verdana",8,,,,,,,,,,]

style2=["#3939A1","#E4E4E4","#3939A1","#FFDE00","#E4E4E4",11.5,"normal","bold","Verdana, Arial",8,,,,,,,,,,]

  xx = 15;
if(screen.width == 800)
{
 xx = 15;
}
else if(screen.width == 1024)
{
  xx = 125;
}
else if(screen.width == 1152)
{
  xx = 190;
}
else if(screen.width == 1280)
{
   xx = 254;}

xxFixPostion = 376; // Set the position of menu from center when window body width is >= 780 
xx = 20;				// Sets the position of menu from left when window body width is < 780 

if(document.body.clientWidth >= 780)
{
	xx = ( document.body.clientWidth / 2 ) - xxFixPostion;
}


addmenu(menu=["mainmenu",197,xx,184,0,,style1,1,"right",,,0,,,,,,,,,,
,"Home","home.asp","","Home",0
,"About Us","aboutUs.asp","","About Us",0
,"FAQ’s","faq.asp","","FAQ’s",0
,"Clogs at work","show-menu=112","clogsAtWork.asp","Clogs at work",0
,"Online Store","show-menu=111","shopping.asp","Online Store",0
,"Resources","show-menu=110","resources.asp","Resources",0
])


addmenu(menu=["110",,,140,0,"",style2,,"left",,,,0,,,,,,,,,
,"test","test","","test",0
])

addmenu(menu=["111",,,140,0,"",style2,,"left",,,,0,,,,,,,,,
,"Contact Us","contactUs.asp","","Contact Us",0
])

addmenu(menu=["112",,,140,0,"",style2,,"left",,,,0,,,,,,,,,
,"Clogs for the workplace","clogsForWorkplace.asp","","Clogs for the workplace",0
,"Clogs for fashion","clogsForFashion.asp","","Clogs for fashion",0
,"Clogs for nurses/healthcare workers","clogsForNHWorkers.asp","","Clogs for nurses/healthcare workers",0
,"Clogs for Chefs","clogsForChefs.asp","","Clogs for Chefs",0
])

dumpmenus()

