﻿document.write("	<meta http-equiv='Content-Type' content='text/html; charset=utf-8'> ");

for(var a=1;a<=10;a++){
	eval('m'+a+'_on = new Image()');
	eval('m'+a+'_off = new Image()');
	eval('m'+a+'_on.src = "/static/new/common/menu/billing/menu'+a+'_o.gif"');
	eval('m'+a+'_off.src = "/static/new/common/menu/billing/menu'+a+'.gif"');
}

function change(num,tog){
	if(document.getElementById("subMenuBlock"+num) && eval('m'+num+'_off.src').indexOf("o.gif")<0){
		eval("document.m"+num+".src=m"+num+"_"+tog+".src.replace('o.gif','o2.gif')");
	} else {
		eval("document.m"+num+".src=m"+num+"_"+tog+".src");
	}
}

for(var a=1;a<=3;a++){
	eval('s'+a+'_on = new Image()');
	eval('s'+a+'_off = new Image()');
	eval('s'+a+'_on.src = "/static/new/common/menu/billing/sm'+a+'_o.gif"');
	eval('s'+a+'_off.src = "/static/new/common/menu/billing/sm'+a+'.gif"');
}

function changes(num,tog){
	eval("document.s"+num+".src=s"+num+"_"+tog+".src");
}

document.write("	<div style='width:146; background:url(/static/new/common/template/temp_submenubg.jpg); margin:0 auto; padding:3 0 0 0'>");
document.write("		<a onfocus='this.blur();' href='/billing/index.html' onMouseOver=change('1','on'); onmouseout=change('1','off')><img src='/static/new/common/menu/billing/menu1.gif' width='132' height='24' name=m1></a><br>");
document.write("			<span id='subMenuBlock1' style='display:none;margin:0px;border:0px;width:132;'>");
document.write("			<div style='background:url(/static/new/common/menu/smmenubg.jpg) repeat-y;padding:3px 0 3px 11px'>");
document.write("			<a onfocus='this.blur();' href='/billing/index.html' onMouseOver=changes('1','on'); onmouseout=changes('1','off')><img src='/static/new/common/menu/billing/sm1.gif' width='110' name=s1></a><br>");
document.write("			<a onfocus='this.blur();' href='/billing/process.html' onMouseOver=changes('2','on'); onmouseout=changes('2','off')><img src='/static/new/common/menu/billing/sm2.gif' width='110' name=s2></a><br>");
document.write("			<a onfocus='this.blur();' href='/billing/refund.html' onMouseOver=changes('3','on'); onmouseout=changes('3','off')><img src='/static/new/common/menu/billing/sm3.gif' width='110' name=s3></a><br>");
document.write("			</div>");
document.write("			</span>");
document.write("		<a onfocus='this.blur();' href='/billing/refund/showAvail.do' onMouseOver=change('6','on'); onmouseout=change('6','off')><img src='/static/new/common/menu/billing/menu6.gif' width='132' height='24' name=m6></a><br>");
document.write("		<a onfocus='this.blur();' href='/billing/payment/paymentStep1.do' onMouseOver=change('2','on'); onmouseout=change('2','off')><img src='/static/new/common/menu/billing/menu2.gif' width='132' height='24' name=m2></a><br>");
document.write("		<a onfocus='this.blur();' href='/billing/coupon/index.html' onMouseOver=change('3','on'); onmouseout=change('3','off')><img src='/static/new/common/menu/billing/menu3.gif' width='132' height='24' name=m3></a><br>");
document.write("		<a onfocus='this.blur();' href='/myworld/minority/agree.do' onMouseOver=change('4','on'); onmouseout=change('4','off')><img src='/static/new/common/menu/billing/menu4.gif' width='132' height='24' name=m4></a><br>");
document.write("		<a onfocus='this.blur();' href='/myworld/payment/index.do' onMouseOver=change('5','on'); onmouseout=change('5','off')><img src='/static/new/common/menu/billing/menu5.gif' width='132' height='24' name=m5></a><br>");
document.write("	</div>");
document.write("	<img src='/static/new/common/template/temp_menu_b.gif' width='160'><br>");
