	var ie=(document.all)?1:0;
	var hide=-1;
	var isMozilla=false;
	var bDom = document.getElementById?1:0;
	var bVersion=navigator.appVersion;
	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;
	opera=window.opera?1:0;

	var isMozilla=false;
	var bDom = document.getElementById?1:0;
	var bVersion=navigator.appVersion;
	isMozilla=(bDom&&parseInt(bVersion)>=5)?1:0;
	
	if(ie)
	{
		var menu_x=[456,702];
		var menu_y=[95,95];
	}
	else
	{
		var menu_x=[440,687];
		var menu_y=[94,94];
	}
	
	var str=""
	str+="<style>";
	str+="td.submenu{font-family:Arial; color:#363636; font-size:12px;}";
	if(ie)
	{
	str+="#Mmenu0{filter:alpha(opacity=100);position:absolute;top:" + menu_y[0] + "px;left:" + menu_x[0] + "px;visibility:hidden;z-index:10;}";
	str+="#Mmenu1{filter:alpha(opacity=100);position:absolute;top:" + menu_y[1] + "px;left:" + menu_x[1] + "px;visibility:hidden;z-index:10;}";
	}
	else
	{
	str+="#Mmenu0{position:absolute;top:" + menu_y[0] + "px;left:" + menu_x[0] + "px;visibility:hidden;}";
	str+="#Mmenu1{position:absolute;top:" + menu_y[1] + "px;left:" + menu_x[1] + "px;visibility:hidden;}";
	}
	str+="</style>";
	document.write(str);
	
	<!--  submenu functions -->
	
	function hideall()
	{
		for(i=0;i<=1;i++) { 
			if(ie) eval("Mmenu"+i +".style.visibility='hidden';");
			else if (isMozilla){
				var objMDiv = document.getElementById("Mmenu"+i);
				objMDiv.style.visibility="hidden";
			}
			else  document.layers[i].visibility="hide";
			}
	}
	
	function menu(x){
		temp=x;
		if(ie)eval("Mmenu"+ x).style.left = (mMenu.clientWidth>800?(mMenu.clientWidth-800)-((mMenu.clientWidth-800)/2)+menu_x[x]:menu_x[x]-10);
		if(ie) eval("Mmenu"+ x +".style.visibility='visible';");
		else if (isMozilla){
				var objMDiv = document.getElementById("Mmenu"+ x);

				objMDiv.style.left = (window.innerWidth>800?((window.innerWidth-800)-((window.innerWidth-800)/2)+menu_x[x])+8:(window.innerWidth-800)-((window.innerWidth-800)/2)+menu_x[x])+"px";
				objMDiv.style.visibility="visible";
			}
		else  document.layers[x].visibility="show";
	}
	
	function smout(x,y){
		if (!isMozilla){
		//eval("c"+x+y).style.backgroundColor = "#F1F3F2";
		eval("c"+x+y).style.color = "#000000";
			}
		else{
			//document.getElementById("c"+x+y).style.backgroundColor = "#F1F3F2";
			document.getElementById("c"+x+y).style.color = "#000000";
			}
	}

	function smover(x,y){
		if (!isMozilla){
			//eval("c"+x+y).style.backgroundColor = "#EAEAEA";
			eval("c"+x+y).style.color = "#000000";
			}
		else{
			document.getElementById("c"+x+y).style.backgroundColor = "#EAEAEA";
			document.getElementById("c"+x+y).style.color = "#000000";
		}
	}
	
			
	<!--  sub menus  -->
	
	document.write("<div id='mMenu' style='width:100%'><img src='images/spacer.gif' width='100%' height='0'></div>");
	
	document.write("<div id='Mmenu0'>");
	document.write("<table cellpadding=0 cellspacing=1 border=0 bgcolor='#e4dc8d' width='180'>");
	document.write(	"<tr bgcolor='#fef9b7'><td>");
	document.write(	"<ul class='Submenu'>");
	document.write(	"<li><a href='" + linkPath + "currency_exchange.html' class='Submenu'>Currency Exchange</a></li>");
	document.write(	"<li><a href='" + linkPath + "money_transfer.html' class='Submenu'>International Money Transfer</a></li>");
	document.write(	"<li><a href='" + linkPath + "direct_account.html' class='Submenu'>Direct Account Credit</a></li>");
	document.write(	"<li class='last'><a href='" + linkPath + "related_services.html' class='Submenu'>Related Services</a></li>");
	document.write(	"</ul>");
	document.write(	"</td></tr>");
	document.write("</table>");
	document.write("</div>");
	
	document.write("<div id='Mmenu1'>");
	document.write("<table cellpadding=0 cellspacing=1 border=0 bgcolor='#e4dc8d'  width='112'>");
	document.write(	"<tr bgcolor='#fef9b7'><td>");
	document.write(	"<ul class='Submenu'>");
	document.write(	"<li class='last'><a href='" + linkPath + "gallery.html' class='Submenu'>Gallery</a></li>");
	document.write(	"</ul>");
	document.write(	"</td></tr>");
	document.write("</table>");
	document.write("</div>");
	
	
	function Launch1(page) { 
	OpenWin = this.open(page, "Remox", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=1004,height=750"); 
	}

	