<!-- 
/* Configure menu styles below 
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors */
YOffset=0; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20; // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
//
hdrFontFamily="Verdana";
hdrFontSize="14"; 	// ab jetzt in PIXEL angeben!!!
hdrFontColor="white";
hdrBGColor="#993300";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="2";
//
// link colors defined in global css!!!
//
linkFontFamily="Verdana";
linkFontSize="11";	// ab jetzt in PIXEL angeben!!!
linkBGColor="bb474a"; 	//"#white";
linkOverBGColor="#FF8600";
linkTarget="_top";
linkAlign="Left";
//
// side bar attributes
//
barBGColor="#189332";
barFontFamily="Verdana";
barFontSize="1";	// FontSize of Sidebar!!
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Asia City - das Angebot"; // <IMG> tag supported. Put exact html for an image to show.
//---------------
// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
//---------------
ssmItems[0]=["Japanische Spezialitäten"] //create header
ssmItems[1]=["Suppen und Vorspeisen",		"show.php?i2s=21", ""]
ssmItems[2]=["Sushi",				"show.php?i2s=22", ""]
ssmItems[3]=["Sashimi / Maki / Temaki",	 	"show.php?i2s=23", ""]
ssmItems[4]=["Gemischte Teller",		"show.php?i2s=24", ""]
ssmItems[5]=["Bento",				"show.php?i2s=25", ""]
ssmItems[6]=["Tepan Yaki",			"show.php?i2s=26", ""]
ssmItems[7]=["Nudelgerichte",			"show.php?i2s=27", ""]
ssmItems[8]=["Kindersets",			"show.php?i2s=28", ""]
ssmItems[9]=["Luxus-Men&uuml;s",		"show.php?i2s=29", ""]
ssmItems[10]=["Nachspeisen",			"show.php?i2s=15", ""]
ssmItems[11]=["Mittages-Menüs (Lunchbox)",	"show.php?i2s=31", ""]
ssmItems[12]=["Getr&auml;nke",			"show.php?i2s=drinks", ""]
ssmItems[13]=["Chinesische Spezialitäten"] //create header
ssmItems[14]=["Suppen",				"show.php?i2s=1", ""]
ssmItems[15]=["Vorspeisen",			"show.php?i2s=2", ""]
ssmItems[16]=["Salate",				"show.php?i2s=3",""]
ssmItems[17]=["Hühnerfleisch",			"show.php?i2s=4", ""]
ssmItems[18]=["Entenfleisch",			"show.php?i2s=5", ""]
ssmItems[19]=["Schweinefleisch",		"show.php?i2s=6", ""]
ssmItems[20]=["Rindfleisch",			"show.php?i2s=7", ""]
ssmItems[21]=["Fische / Garnelen",		"show.php?i2s=8", ""]
ssmItems[22]=["Tiban Spezial",			"show.php?i2s=9", ""]
ssmItems[23]=["Gem&uuml;se",			"show.php?i2s=10", ""] 
ssmItems[24]=["Reis / Nudeln",			"show.php?i2s=11", ""]
ssmItems[25]=["Spezialitäten",			"show.php?i2s=12", ""]
ssmItems[26]=["Beilagen",			"show.php?i2s=13", ""]
ssmItems[27]=["Luxus-Men&uuml;s",		"show.php?i2s=14", ""]
ssmItems[28]=["Peking-Ente",			"show.php?i2s=18", ""]
ssmItems[29]=["Vorspeisen aus dem Wok",		"show.php?i2s=40", ""]
ssmItems[30]=["Spezialitäten aus dem Wok",	"show.php?i2s=41", ""]
ssmItems[31]=["Nachspeisen",			"show.php?i2s=15", ""]
ssmItems[32]=["Mittags-Men&uuml;s",		"show.php?i2s=16", ""]
ssmItems[33]=["Getr&auml;nke-Karte",		"show.php?i2s=drinks", ""]
ssmItems[34]=["Extras"]				//create header
ssmItems[35]=["Komplette Speisekarte",		"show.php?i2s=all", ""]
buildMenu();
// -->

