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);
}

effect = "Fade(duration=0.5);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)"

timegap=0;
followspeed=1;
followrate=40;
suboffset_top=4;
suboffset_left=6;
closeOnClick = true;

menustyle=["9DC49D","#DDEBE0","ffffff","9BC69D","FFFFFF",9,"normal","bold","Verdana, Arial",1,"",1,"FFFFFF","FFFFFF","","","","","","96C9DD",]
menustyle2=["9DC49D","#DDEBE0","FFFFFF","9BC69D","000000",9,"normal","bold","Verdana, Arial",4,"",1,"FFFFFF","000000","","","","","","96C9DD",]

 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
addmenu(menu=["menu1",0,0,67,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"About&nbsp;Us","about.htm","","About&nbsp;Us",1]);
addmenu(menu=["menu2",0,0,56,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Rooms","rooms.htm", "", "Rooms",1 ]);
addmenu(menu=["menu3",0,0,60,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Services","services.htm", "", "Services",1 ]);
addmenu(menu=["menu4",0,0,80,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Restaurant","show-menu=restaurant","../MaiThai/about.htm","Restaurant",1 ]);
addmenu(menu=["menu5",0,0,90,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Photo&nbsp;Gallery","show-menu=gallery","gallery.htm","Photo&nbsp;Gallery",1]);
addmenu(menu=["menu6",0,0,58,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Links","links.htm", "", "Links",1]);
addmenu(menu=["menu7",0,0,74,1,"top:center",menustyle,1,"center",,,1,,,,,,,,,,,"Contact&nbsp;Us","show-menu=contact","contact.htm","Contact&nbsp;Us",1]);

addmenu(menu=["restaurant",
	,,115,1,"",menustyle2,,"left",effect,,,,,,,,,,,,
	,"Mai Thai Restaurant","../MaiThai/about.htm",,,1
	,"Breakfast","../MaiThai/breakfast.htm",,,1
	,"Soups&nbsp;&amp;&nbsp;Starters","../MaiThai/soups_n_starters.htm",,,1
	,"Main&nbsp;Courses","../MaiThai/mains.htm",,,1
	,"Specials","../MaiThai/specials.htm",,,1
	,"Deserts","../MaiThai/deserts.htm",,,1
	,"Drinks","../MaiThai/drinks.htm",,,1
	])
	
	
addmenu(menu=["gallery",
	,,125,1,"",menustyle2,,"left",effect,,,,,,,,,,,,
	,"Hunted Hill House","hhh_gallery.htm",,,1
	,"Mai Thai Restaurant","mai_thai_gallery.htm",,,1
	,"Mai Thai Cuisine","food_gallery.htm",,,1
	,"Weddings at Mai Thai","wedding_gallery.htm",,,1
	,"MCLeod Ganj Scenery","scenery_gallery.htm",,,1
	,"Winter in McLeod Ganj","winter_gallery.htm",,,1
	])
	
addmenu(menu=["contact",
	,,90,1,"",menustyle2,,"left",effect,,,,,,,,,,,,
	,"Location&nbsp;Map","map.htm",,,1
	])
	
dumpmenus()
