var menu=new Array("../index.html","Home","../special/index.html","Daily & Seasonal Specials","../special/index2.html","Mill Creek Specials","../gardenCafe/index.html","Garden Cafe Menu","../bestCup/index.html","Best Cup Menu","../millCreek/index.html", "Mill Creek Menu","../catering/index.html","Catering Menu","../about_us/index.html","About Us","../location/index.html","Location");var i=0;while(i<menu.length){document.write('<li id="'+menu[i+1]+'"><a href="'+menu[i]+'"   id="normal"  target="_self">'+menu[i+1]+'</a></li>');i=i+2;}