function menu(){

var part1="<TD ALIGN=\"CENTER\"><FONT SIZE=1 FACE=ARIAL COLOR=\"#FF8800\">[ ";
var part2=" ]</FONT></TD>";



document.write("<FONT SIZE=1><BR></FONT><FONT SIZE=2 FACE=ARIAL><B><FONT COLOR=\"FF0000\">La Sangria Bar<!-- &amp; Club--></FONT></B><FONT SIZE=1> 46 Johnston St, Fitzroy, 3065, 9419 8503, ");
email()
document.write(", Licensed 5:30pm - 2.30 Fri & Sat, 1am other nights (closed Tuesdays)<!--8pm - 2am--><BR><BR></FONT></FONT>");



document.write("<TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 WIDTH=480><TR VALIGN=BOTTOM>");

if (page == "home"){document.write(""+part1+"Home"+part2+"");}
else{document.write(""+part1+"<a href=\"home.htm\" onmouseover=\"window.status='Home';return true;\">Home</a>"+part2+"");}
//if (page == "food"){document.write(""+part1+"Tapas Food"+part2+"");}
//else{document.write(""+part1+"<a href=\"tapas_meals.htm\" onmouseover=\"window.status='Tapas Food';return true;\">Tapas Food</a>"+part2+"");}
if (page == "frid"){document.write(""+part1+"Fridays"+part2+"");}
else{document.write(""+part1+"<a href=\"fridays.htm\" onmouseover=\"window.status='Fridays';return true;\">Fridays</a>"+part2+"");}
if (page == "satu"){document.write(""+part1+"Saturdays"+part2+"");}
else{document.write(""+part1+"<a href=\"saturdays.htm\" onmouseover=\"window.status='Saturdays';return true;\">Saturdays</a>"+part2+"");}
if (page == "drnk"){document.write(""+part1+"The Sangria"+part2+"");}
else{document.write(""+part1+"<a href=\"lasangriadrink.htm\" onmouseover=\"window.status='The Sangria Drink';return true;\">The Sangria</a>"+part2+"");}
if (page == "hist"){document.write(""+part1+"History"+part2+"");}
else{document.write(""+part1+"<a href=\"history.htm\" onmouseover=\"window.status='History';return true;\">History</a>"+part2+"");}
if (page == "mail"){document.write(""+part1+"Email List"+part2+"");}
else{document.write(""+part1+"<a href=\"exit.htm\" onmouseover=\"window.status='Email List';return true;\">Email List</a>"+part2+"");}

document.write("</TR></TABLE>");

}






function email(){
 	coded = "CN0NAH8FNMN8R@MFH42AK.L2B"
		cipher = "aZbYcXdWeVfUgThSiRjQkPlOmNnMoLpKqJrIsHtGuFvEwDxCyBzA1234567890"
		shift=coded.length
		link=""
		for (i=0; i<coded.length; i++){
			if (cipher.indexOf(coded.charAt(i))==-1){
				ltr=coded.charAt(i)
				link+=(ltr)
			}
			else {     
				ltr = (cipher.indexOf(coded.charAt(i))-shift+cipher.length) % cipher.length
				link+=(cipher.charAt(ltr))
			}				
    }
			document.write("<a href='mailto:"+link+"'>Email</a>")
    }





document.write("<style type=\"text/css\"><!--\n");
document.write("<!--BODY\n");
document.write("{scrollbar-DarkShadow-Color:#3a1400;\n");
document.write(" scrollbar-Shadow-Color:#4b2500;\n");
document.write(" scrollbar-Track-Color:#550000;\n");
document.write(" scrollbar-Face-Color:#5c360d;\n");
document.write(" scrollbar-Highlight-Color:#6d471e;\n");
document.write(" scrollbar-3dLight-Color:#7e582f;\n");
document.write(" scrollbar-Arrow-Color:#FFFF00}\n");
document.write("a:link {color:#00FF88; text-decoration: none;}\n");
document.write("a:visited {color:#00AA66; text-decoration: none;}\n");
document.write("a:hover {color: #FF0000; text-decoration: underline;}\n");
document.write("--></style>\n");

