
function topnav()
{
  	document.write("<ul id=tnav>");
	document.write("<li id=hom><A href='index.htm'>Laman Utama</A></li>");
	document.write("<li id=pro><A href='product.htm'>Produk</A></li>");
	document.write("<li id=bel><A href='stores.htm'>Pembelian</A></li>");
	document.write("<li id=con><A href='contact.htm'>Contact Us</A></li>");
	document.write("<li id=ord><A href='order.htm'>Order</A></li>");
	document.write("</ul>");

}

function topnav_english()
{
  	document.write("<ul id=tnav>");
	document.write("<li id=hom><A href='index_english.htm'>Home</A></li>");
	document.write("<li id=pro><A href='product_english.htm'>Products</A></li>");
	document.write("<li id=bel><A href='stores.htm'>Where to Buy</A></li>");
	document.write("<li id=con><A href='contact.htm'>Contact Us</A></li>");
	document.write("<li id=ord><A href='order.htm'>Order</A></li>");
	document.write("</ul>");

}

function botnav()
{
  
	document.write("<DIV id=bottomnav>");
	document.write("<A href='index.htm'>Laman Utama</A> | ");
	document.write("<A href='product.htm'>Produk</A> | ");
	document.write("<A href='stores.htm'>Pembelian</A> | ");
	document.write("<A href='contact.htm'>Contact Us</A> | ");
	document.write("<A href='order.htm'>Order</A>");
	document.write("</DIV>");

}

function botnav_english()
{
  
	document.write("<DIV id=bottomnav>");
	document.write("<A href='index_english.htm'>Home</A> | ");
	document.write("<A href='product_english.htm'>Products</A> | ");
	document.write("<A href='stores.htm'>Where to Buy</A> | ");
	document.write("<A href='contact.htm'>Contact Us</A> | ");
	document.write("<A href='order.htm'>Order</A>");
	document.write("</DIV>");

}
