
function topnav()
{
  	document.write("<ul id=tnav>");
	document.write("<li id=hom><A href='index.htm'>Home</A></li>");
	document.write("<li id=res><A href='restaurant.htm'>Restaurant</A></li>");
	document.write("<li id=men><A href='menu.htm'>Menu</A></li>");
	document.write("<li id=eve><A href='events.html'>Events</A></li>");
	document.write("<li id=new><A href='blog'>Promotions</A></li>");
	<!--document.write("<li id=rev><A href='reviews.htm'>Reviews</A></li>");-->
		document.write("<li id=con><A href='contact.htm'>Contact Us</A></li>");
		document.write("<li id=fee><A href='feedback.htm'>Feedback</A></li>");
	document.write("</ul>");

}


function leftnav()
{
  		document.write("<DIV id=leftbar>");
		
		document.write("<A href='menu.htm'><img src='images/new_menu_icon.gif' border=0> </A><br>");
		document.write("<div align='left'><img src='images/logo_2008.jpg' border=0 > </div> <br>");
		<!--document.write("<div align='left'><A href='images/Thailand-Tatler.jpg' target='_blank'><img src='images/Thailand-Tatler-s.jpg' border=0 > </A></div> <br>");-->
		document.write("<img src='images/cards.gif' border=0><br><br>");
		//document.write("<A href='http://www.fancy-restaurants.com/resources/Thai-Food.php'><img src='images/fancy.jpg' border=0> </A>");
		document.write("<center><span style=\"font-size:16px; font-weight:bold; font-family:Arial\">Finalist</span><img src='images/foodaward.jpg' border=0></center><span style=\"font-size:10px; font-family:Arial\">Best Thai/Indochinese Restaurant</span>");
		<!--document.write("<br><br><div align='left'><a href=\"http://www.facebook.com/pages/Petaling-Jaya-Malaysia/Kinnaree-Thai-Restaurant/70394082802?v=info\" target=\"_blank\"><img src='images/facebook-logo.png' border=0 ></a></div> <br>");-->
		document.write("</DIV>");
	
}


function botnav()
{
  
	document.write("<DIV id=bottomnav>");
	document.write("<A href='index.htm'>Home</A> | ");
	document.write("<A href='restaurant.htm'>Restaurant</A> | ");
	document.write("<A href='menu.htm'>Menu</A> | ");
	document.write("<A href='news.htm'>Promotions</A> | ");
	document.write("<A href='reviews.htm'>Reviews</A> | ");
	document.write("<A href='events.html'>Events</A> | ");
	document.write("<A href='contact.htm'>Contact Us</A> | ");
	document.write("</DIV>");


}

