var pos;
var mstr="";
var loc=String(document.location);

var tmenu=new Array();
	tmenu[0]="index.asp|<img border=0 src=imgs/Home.gif>";
	tmenu[1]="recentphotos.asp|<img border=0 src=imgs/Pofo.gif>";
	tmenu[2]="priwinpho.htm|<img border=0 src=imgs/PWPho.gif>";
	tmenu[3]="subgalleries.asp|<img border=0 src=imgs/SubG.gif>";
	tmenu[4]="locgalleries.asp|<img border=0 src=imgs/LocG.gif>";
	tmenu[5]="shopping.asp|<img border=0 src=imgs/sCart.gif>";
	tmenu[6]="howtoorder.htm|<img border=0 src=imgs/HowO.gif>";
	tmenu[7]="about.htm|<img border=0 src=imgs/About.gif>";
function spmenu(mu,idx) {
	var xmu=mu.split("|");
	return xmu[idx];
						}
						
	document.write("<table border=0 width=100%><tr><td>");
	document.write("<img border=0 src='imgs/MyanmarScenes-Logo.gif' align='left'>");
	document.write("<img border=0 src='imgs/Ani_Ti.gif' align='right'>");
//	document.write("<p align=right><applet code='ImageTape.class' width='320' height='55'>");
//	document.write("<param name='speed' value='4'><param name='img' value='imgs'><param name='dir' value='4'>");	
//	document.write("<param name='nimgs' value='6'></applet>");
	document.write("</td></tr><tr bgcolor='F5E6B2'><td>");
	
for (var i=0; i<tmenu.length; i++) {

	pos=loc.indexOf(spmenu(tmenu[i],0));
	if (pos<0) { 
	  document.write("<a href='" + spmenu(tmenu[i],0) + "'>" + spmenu(tmenu[i],1) + "</a>  ");
	 } else {
	  document.write("<font color='red'>" + spmenu(tmenu[i],1) + "</font>  ");
	
		}	//if
	}	//for

	document.write("</td></tr><tr><td>");	

	