// <!-- NavBar
var navbar=new Array()
navbar[0]="About Our History, Heritage, Opening Hours and Location"
navbar[1]="Chinese Menu, Dim Sum Menu"
navbar[2]="Chinese Culture and Cooking Culture"
navbar[3]="Special Menu for Tours Group"
navbar[4]="Main Dishes and Dim Sum Photo Gallery"
var ns6=document.getElementById&&!document.all
var ie=document.all
function navShowInfo(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=navbar[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=navbar[thetext]
}
function navReset(whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=' '
else if (ns6) document.getElementById(whichdiv).innerHTML=' '
}
// END -->

// <!-- Menu Selector
function menuSelect(what){
window.location.href = what.options[what.selectedIndex].value;
}
// END -->

// <!-- Photo Name
var dishes=new Array()
dishes[0]="(rollover the photos to get an enlarged look)"
dishes[1]="Salt and Pepper Crab"
dishes[2]="Honey Lemon Chicken"
dishes[3]="Ocean Prawns with Spicy Garlic Sauce"
dishes[4]="Szechuan Style String Bean"
dishes[5]="Sea Bass Baked with Deluxe Sauce"
dishes[6]="Appetizer Assortmet"
dishes[7]="Whole Crab with Shanghai Baby Dumpling"
dishes[8]="Assorted Dim Sum Platter"
dishes[9]="Egg Custard Tart & Sesame Ball"
dishes[10]="Deluxe Vegetarian Chicken"
dishes[11]="Tri-Star Dumpling"
dishes[12]="Prawn Dumpling & Shanghai Baby Dumpling"
dishes[13]="Spring Roll"
dishes[14]="Village Style Pot Sticker"
dishes[15]="Seafood in Bird's Nest"
dishes[16]="Ocean Scallop with Snow Pea"
dishes[17]="Honey Lemon Chicken"
dishes[18]="Taro Dumpling"
dishes[19]="Dim Sum Assortment"
dishes[20]="BBQ Pork Buns"
dishes[21]="Peking Duck"
dishes[22]="Crab Clay Pot"
var ns6=document.getElementById&&!document.all
var ie=document.all
function photoShowName(thetext, whichdiv){
if (ie) eval("document.all."+whichdiv).innerHTML=dishes[thetext]
else if (ns6) document.getElementById(whichdiv).innerHTML=dishes[thetext]
}
// END -->