var mmenus    = new Array();
var misShow   = new Boolean(); 
misShow=false;
var misdown   = new Boolean();
misdown=false;
var mnumberofsub=0;
var musestatus=false;
var mpopTimer = 0;
mmenucolor='#0074DB';mfontcolor='#FFFFFF';mmenuoutcolor='#FFFFFF';mmenuincolor='#FFFFFF';mmenuoutbordercolor='#FFFFFF';mmenuinbordercolor='';mmidoutcolor='';mmidincolor='';mmenuovercolor='';mitemedge='0';msubedge='0';mmenuunitwidth=0;mmenuitemwidth=140;mmenuheight=22;mmenuwidth='770';mmenuadjust=0;mmenuadjustV=0;mfonts='font-family: Verdana; font-size: 6pt; color: #FFFFFF; font-weight: bold;';mcursor='pointer';
function stoperror(){
return true;
}
window.onerror=stoperror;
function mpopOut() {
mpopTimer = setTimeout('mallhide()', 500);
}
function mMenuRegister(menu) 
{
  mmenus[mmenus.length] = menu
  return (mmenus.length-1)
}
function mMenuItem(caption,command,target,isline,statustxt,level,img,sizex,sizey,pos){
	this.items = new Array();
	this.caption=caption;
	this.command=command;
	this.target=target;
	this.isline=isline;
	this.statustxt=statustxt;
	if(level!=null){mnumberofsub++;
	this.hasc=mnumberofsub;}
	this.level=level;
	this.img=img;
	this.sizex=sizex;
	this.sizey=sizey;
	this.pos=pos;
}
function mMenu(caption,command,target,img,sizex,sizey,pos){
	this.items = new Array();
	this.caption=caption;
	this.command=command;
	this.target=target;
	this.img=img;
	this.sizex=sizex;
	this.sizey=sizey;
	this.pos=pos;
	this.id=mMenuRegister(this);
}
function mMenuAddItem(item)
{
  this.items[this.items.length] = item
  item.parent = this.id;
  this.children=true;
}

mMenu.prototype.addItem = mMenuAddItem;
mMenuItem.prototype.addsubItem = mMenuAddItem;

function mtoout(src){
src.style.borderLeftColor=mmenuoutbordercolor;
src.style.borderRightColor=mmenuinbordercolor;
src.style.borderTopColor=mmenuoutbordercolor;
src.style.borderBottomColor=mmenuinbordercolor;
src.style.backgroundColor=mmenuoutcolor;
src.style.color=mmenuovercolor;
}
function mtoin(src){
src.style.borderLeftColor=mmenuinbordercolor;
src.style.borderRightColor=mmenuoutbordercolor;
src.style.borderTopColor=mmenuinbordercolor;
src.style.borderBottomColor=mmenuoutbordercolor;
src.style.backgroundColor=mmenuincolor;
src.style.color=mmenuovercolor;
}
function mnochange(src){
src.style.borderLeftColor=mmenucolor;
src.style.borderRightColor=mmenucolor;
src.style.borderTopColor=mmenucolor;
src.style.borderBottomColor=mmenucolor;
src.style.backgroundColor='';
src.style.color=mfontcolor;
}
function mallhide(){
	for(var nummenu=0;nummenu<mmenus.length;nummenu++){
		var themenu=document.getElementById('mMenu'+nummenu);
		var themenudiv=document.getElementById('mmenudiv'+nummenu);
                mnochange(themenu);
                mmenuhide(themenudiv);
                }
        for(nummenu=1;nummenu<=mnumberofsub;nummenu++){  
        	var thesub=document.getElementById('msubmenudiv'+nummenu);      
        	msubmenuhide(thesub);
        	mnochange(document.getElementById('mp'+nummenu));
        	document.getElementById("mitem"+nummenu).style.color=mfontcolor;
        	}
}
function mmenuhide(menuid){
menuid.style.visibility='hidden';
misShow=false;
}
function msubmenuhide(menuid){
menuid.style.visibility='hidden';
}
function mmenushow(x){
menuid=document.getElementById("mmenudiv"+x);
pid=document.getElementById("mMenu"+x);
pid1=document.getElementById("mposflag");
menuid.style.left=pid.offsetLeft+pid1.offsetLeft+mmenuadjust;menuid.style.top=document.getElementById("mposflag").offsetTop+document.getElementById("mmenutable").offsetHeight+mmenuadjustV;
cw=window.innerWidth;
if(mmenuitemwidth+parseInt(menuid.style.left)>cw)
menuid.style.left=cw-mmenuitemwidth;
menuid.style.visibility='visible';
misShow=true;
}
function mshowsubmenu(hasc,x,j){
menuid=document.getElementById("msubmenudiv"+hasc);
pid=document.getElementById("mp"+hasc);
rid=document.getElementById(x!=-1?("mmenudiv"+x):("msubmenudiv"+j));
menuid.style.left=pid.offsetWidth+rid.offsetLeft;
menuid.style.top=pid.offsetTop+rid.offsetTop-3;
cw=window.innerWidth;
if(mmenuitemwidth+parseInt(menuid.style.left)>cw)
menuid.style.left=cw-mmenuitemwidth;
menuid.style.visibility='visible';
}
function mmenu_over(x){
if(x<0){
  misShow = false;
  mallhide();
  mtoout(document.getElementById("mMenu"+x));
}else{

  mallhide();
  mtoin(document.getElementById("mMenu"+x));
  mmenushow(x);

}
clearTimeout(mpopTimer);
}
function mmenu_out(x){
if (misShow){
mtoin(document.getElementById("mMenu"+x));
}else{
mnochange(document.getElementById("mMenu"+x));
}
mpopOut()
}
function mmenu_down(x){
  if(misShow){
  mmenuhide(document.getElementById("mmenudiv"+x));
  mtoout(document.getElementById("mMenu"+x));
  }
  else{
  mtoin(document.getElementById("mMenu"+x));
  mmenushow(x);
  misdown=true;
  }
}
function mmenu_up(){
  misdown=false;
}
function mmenuitem_over(item,x,j,i,thislevel){
menuid = document.getElementById(x!=-1?("mmenudiv"+x):("msubmenudiv"+j));
srcel = document.getElementById(item?("mp"+item):(x!=-1?("m&"+x+"&"+i):("m$"+j+"&"+i)));
        for(nummenu=1;nummenu<=mnumberofsub;nummenu++){  
        	var thesub=document.getElementById('msubmenudiv'+nummenu) 
        	var level=eval('msub'+nummenu).level;
        	if(!(menuid==thesub||thislevel>=level)){
        	msubmenuhide(thesub);
        	mnochange(document.getElementById('mp'+nummenu));
        	document.getElementById("mitem"+nummenu).style.color=mfontcolor;
        	}
        }
if(item)document.getElementById("mitem"+item).style.color=mmenuovercolor;
if(misdown||item){
	mtoin(srcel);
}
else{
	mtoout(srcel);
}
if(x==-1)mthestatus=eval("msub"+j).items[i].statustxt; 
if(j==-1)mthestatus=mmenus[x].items[i].statustxt;
if(mthestatus!=""){
	musestatus=true;
	window.status=mthestatus;
}
clearTimeout(mpopTimer);
}
function mmenuitem_out(hassub,x,j,i){
srcel = document.getElementById(hassub!=-1?("mp"+hassub):(x!=-1?("m&"+x+"&"+i):("m$"+j+"&"+i)));
if(hassub==-1)mnochange(srcel);
if(musestatus)window.status="";
mpopOut()
}
function mmenuitem_down(x,j,i){
srcel = document.getElementById(x!=-1?("m&"+x+"&"+i):("m$"+j+"&"+i));
mtoin(srcel)
misdown=true;
}
function mmenuitem_up(x,j,i){
srcel = document.getElementById(x!=-1?("m&"+x+"&"+i):("m$"+j+"&"+i));
mtoout(srcel)
misdown=false;
}
function mexec3(j,i){
var cmd;
if(eval("msub"+j).items[i].target=="blank"){
  cmd = "window.open('"+eval("msub"+j).items[i].command+"')";
}else{
  cmd = eval("msub"+j).items[i].target+".location=\""+eval("msub"+j).items[i].command+"\"";
}
eval(cmd);
}
function mexec2(x){
var cmd;
if(mmenus[x].target=="blank"){
  cmd = "window.open('"+mmenus[x].command+"')";
}else{
  cmd = mmenus[x].target+".location=\""+mmenus[x].command+"\"";
}
eval(cmd);
}
function mexec(x,i){
var cmd;
if(mmenus[x].items[i].target=="blank"){
  cmd = "window.open('"+mmenus[x].items[i].command+"')";
}else{
  cmd = mmenus[x].items[i].target+".location=\""+mmenus[x].items[i].command+"\"";
}
eval(cmd);
}
function mbody_click(){

if (misShow){
        srcel = e.target;
        while((srcel.className!="coolButton")&&(srcel.tagName!="BODY")&&(srcel.tagName!="HTML")){
           srcel = srcel.parentNode;                
        } 
        for(var x=0;x<=mmenus.length;x++){
		if(srcel.id=="mMenu"+x)
		return;
	}
	for(x=1;x<=mnumberofsub;x++){
		if(srcel.id=="mp"+x)
		return;
	}
	mallhide();
}
}
document.onclick=mbody_click;
function mwritetodocument(){
      var mwb=1
                     var stringx='<div id="mposflag" style="position:absolute;"></div><table  id=mmenutable border=0 cellpadding=3 cellspacing=2 width='+mmenuwidth+' height='+mmenuheight+' bgcolor='+mmenucolor+
                     ' style="cursor:'+mcursor+';'+mfonts+
                     ' border-left: '+mwb+'px solid '+mmenuoutbordercolor+';'+
                     ' border-right: '+mwb+'px solid '+mmenuinbordercolor+'; '+
                     'border-top: '+mwb+'px solid '+mmenuoutbordercolor+'; '+
                     'border-bottom: '+mwb+'px solid '+mmenuinbordercolor+'; padding:0px"><tr>'
                     for(var x=0;x<mmenus.length;x++){
                     	var thismenu=mmenus[x];
                     	var imgsize="";
                     	if(thismenu.sizex!="0"||thismenu.sizey!="0")imgsize=" width="+thismenu.sizex+" height="+thismenu.sizey;
                     	var ifspace="";
                     	if(thismenu.caption!="")ifspace="&nbsp;";
                     	stringx += "<td nowrap class=coolButton id=mMenu"+x+" style='border: "+mitemedge+"px solid "+mmenucolor+
                     	"' width="+mmenuunitwidth+"px onmouseover=mmenu_over("+x+") onmouseout=mmenu_out("+x+
                     	") onmousedown=mmenu_down("+x+")";
                     	      if(thismenu.command!=""){
                     	          stringx += " onmouseup=mmenu_up();mexec2("+x+");";
                     	      }else{
                     	      	  stringx += " onmouseup=mmenu_up()";
                     	      }
                     	      if(thismenu.pos=="0"){
                     	          stringx += " align=center><img align=absmiddle src='"+thismenu.img+"'"+imgsize+">"+ifspace+thismenu.caption+"</td>";	
                     	      }else if(thismenu.pos=="1"){
                     	          stringx += " align=center>"+thismenu.caption+ifspace+"<img align=absmiddle src='"+thismenu.img+"'"+imgsize+"></td>";	
                     	      }else if(thismenu.pos=="2"){
                     	          stringx += " align=center background='"+thismenu.img+"'>&nbsp;"+thismenu.caption+"&nbsp;</td>";	
                     	      }else{
                     	          stringx += " align=center>&nbsp;"+thismenu.caption+"&nbsp;</td>";
                     	      }
                     	stringx += "";
                     }
                     stringx+="</tr></table>";
                     
                     
                     for(var x=0;x<mmenus.length;x++){
                     	thismenu=mmenus[x];
                        if(x==0||x==1){
                        stringx+='<div id=mmenudiv'+x+' style="visiable:none"></div>';
                        }else{
                        stringx+='<div id=mmenudiv'+x+
                        ' style="cursor:'+mcursor+';position:absolute;'+
                        'width:'+mmenuitemwidth+'px; z-index:'+(x+100);
                        if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge=="0"){
                        stringx+=';border-left: 1px solid '+mmidoutcolor+
                        ';border-top: 1px solid '+mmidoutcolor;}
                        stringx+=';border-right: 1px solid '+mmenuinbordercolor+
                        ';border-bottom: 1px solid '+mmenuinbordercolor+';visibility:hidden" onselectstart="event.returnValue=false">\n'+
                     	'<table  width="100%" border="0" height="100%" align="center" cellpadding="0" cellspacing="2" '+
                     	'style="'+mfonts+' border-left: 1px solid '+mmenuoutbordercolor;
                     	if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge=="0"){
                     	stringx+=';border-right: 1px solid '+mmidincolor+
                     	';border-bottom: 1px solid '+mmidincolor;}
                     	stringx+=';border-top: 1px solid '+mmenuoutbordercolor+
                     	';" bgcolor='+mmenucolor+'>\n'
                     	for(var i=0;i<thismenu.items.length;i++){
                     		var thismenuitem=thismenu.items[i];
                     		var imgsize="";
                     	        if(thismenuitem.sizex!="0"||thismenuitem.sizey!="0")imgsize=" width="+thismenuitem.sizex+" height="+thismenuitem.sizey;
                     	        var ifspace="";
                     	        if(thismenu.caption!="")ifspace="&nbsp;";
                     		if(thismenuitem.hasc!=null){
                     		stringx += "<tr><td id=mp"+thismenuitem.hasc+" class=coolButton style='border: "+mitemedge+"px solid "+mmenucolor+
                     		"' width=100% height=26px onmouseout=mmenuitem_out("+thismenuitem.hasc+","+x+","+i+") onmouseover=\"mmenuitem_over('"
                     		+thismenuitem.hasc+"',"+x+",-1,"+i+");mshowsubmenu("+thismenuitem.hasc+","+x+",-1);\""+
                     		"><table id=mitem"+thismenuitem.hasc+" cellspacing='0' cellpadding='0' border='0' width='100%' style='"+mfonts+"'><tr><td ";
                     		  if(thismenuitem.pos=="0"){
                     	            stringx += ">&nbsp;<img align=absmiddle src='"+thismenuitem.img+"'"+imgsize+">"+ifspace+thismenuitem.caption+"</td><td";	
                     	          }else if(thismenuitem.pos=="1"){
                     	            stringx += ">&nbsp;"+thismenuitem.caption+ifspace+"<img align=absmiddle src='"+thismenuitem.img+"'"+imgsize+"></td><td";
                     	          }else if(thismenuitem.pos=="2"){
                     	            stringx += "background='"+thismenuitem.img+"'>&nbsp;"+thismenuitem.caption+"</td><td background='"+thismenuitem.img+"'";	
                     	          }else{
                     	            stringx += ">&nbsp;"+thismenuitem.caption+"</td><td";
                     	          }
                     		  stringx += " align=right width='1'><font face='Webdings' style='font-size: 6pt'>4</font></td></tr></table></td></tr>\n";                     		
                     		}else if(!thismenuitem.isline){
                     		stringx += "<tr><td id=m&"+x+"&"+i+" class=coolButton style='border: "+mitemedge+"px solid "+mmenucolor+
                     		"' width=100% height=26px onmouseover=\"mmenuitem_over("+
                     		"false,"+x+",-1,"+i+");\" onmouseout=mmenuitem_out(-1,"+x+",-1,"+i+") onmousedown=mmenuitem_down("+x+",-1,"+i+") onmouseup=";
 				stringx += "mmenuitem_up("+x+",-1,"+i+");mexec("+x+","+i+"); ";
 				  if(thismenuitem.pos=="0"){
                     	            stringx += ">&nbsp;<img align=absmiddle src='"+thismenuitem.img+"'"+imgsize+">"+ifspace+thismenuitem.caption+"</td></tr>";	
                     	          }else if(thismenuitem.pos=="1"){
                     	            stringx += ">&nbsp;"+thismenuitem.caption+ifspace+"<img align=absmiddle src='"+thismenuitem.img+"'"+imgsize+"></td></tr>";	
                     	          }else if(thismenuitem.pos=="2"){
                     	            stringx += "background='"+thismenuitem.img+"'>&nbsp;"+thismenuitem.caption+"</td></tr>";	
                     	          }else{
                     	            stringx += ">&nbsp;"+thismenuitem.caption+"</td></tr>";
                     	          }
 				}else{
                     		stringx+='<tr><td height="6" background="hr.gif" onmousemove="clearTimeout(mpopTimer);"></td></tr>\n';
                     		}
                     	}stringx+='</table>\n</div>'
                     	}                     	
                }
                
for(var j=1;j<=mnumberofsub;j++){     
thisitem=eval("msub"+j);
stringx+='<div id=msubmenudiv'+j+
                        ' style="tag:'+thisitem.level+';cursor:'+mcursor+';position:absolute;'+
                        'width:'+mmenuitemwidth+'px; z-index:'+(j+200);
                        if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge=="0"){
                        stringx+=';border-left: 1px solid '+mmidoutcolor+
                        ';border-top: 1px solid '+mmidoutcolor;}
                        stringx+=';border-right: 1px solid '+mmenuinbordercolor+
                        ';border-bottom: 1px solid '+mmenuinbordercolor+';visibility:hidden" onselectstart="event.returnValue=false">\n'+
                     	'<table  width="100%" border="0" height="100%" align="center" cellpadding="0" cellspacing="2" '+
                     	'style="'+mfonts+' border-left: 1px solid '+mmenuoutbordercolor;
                     	if(mmenuinbordercolor!=mmenuoutbordercolor&&msubedge=="0"){
                     	stringx+=';border-right: 1px solid '+mmidincolor+
                     	';border-bottom: 1px solid '+mmidincolor;}
                     	stringx+=';border-top: 1px solid '+mmenuoutbordercolor+
                     	';" bgcolor='+mmenucolor+'>\n'
                     	for(var i=0;i<thisitem.items.length;i++){
                     		var thismenuitem=thisitem.items[i];
                     		var imgsize="";
                     	        if(thismenuitem.sizex!="0"||thismenuitem.sizey!="0")imgsize=" width="+thismenuitem.sizex+" height="+thismenuitem.sizey
                     	        var ifspace="";
                     	        if(thismenu.caption!="")ifspace="&nbsp;";
                     		if(thismenuitem.hasc!=null){
                     		stringx += "<tr><td id=mp"+thismenuitem.hasc+" class=coolButton style='border: "+mitemedge+"px solid "+mmenucolor+
                     		"' width=100% height=26px onmouseout=mmenuitem_out("+thismenuitem.hasc+",-1,"+j+","+i+") onmouseover=\"mmenuitem_over('"
                     		+thismenuitem.hasc+"',-1,"+j+","+i+","+thisitem.level+");mshowsubmenu("+thismenuitem.hasc+",-1,"+j+");\""+
                     		"><table id=mitem"+thismenuitem.hasc+" cellspacing='0' cellpadding='0' border='0' width='100%' style='"+mfonts+"'><tr><td ";
                     		  if(thismenuitem.pos=="0"){
                     	            stringx += ">&nbsp;<img align=absmiddle src='"+thismenuitem.img+"'"+imgsize+">"+ifspace+thismenuitem.caption+"</td><td";	
                     	          }else if(thismenuitem.pos=="1"){
                     	            stringx += ">&nbsp;"+thismenuitem.caption+ifspace+"<img align=absmiddle src='"+thismenuitem.img+"'"+imgsize+"></td><td";
                     	          }else if(thismenuitem.pos=="2"){
                     	            stringx += "background='"+thismenuitem.img+"'>&nbsp;"+thismenuitem.caption+"</td><td background='"+thismenuitem.img+"'";	
                     	          }else{
                     	            stringx += ">&nbsp;"+thismenuitem.caption+"</td><td";
                     	          }
                     		  stringx += " align=right width='1'><font face='Webdings' style='font-size: 6pt'>4</font></td></tr></table></td></tr>\n";                     		
                     		}else if(!thismenuitem.isline){
                     		stringx += "<tr><td id=m$"+j+"&"+i+" class=coolButton style='border: "+mitemedge+"px solid "+mmenucolor+
                     		"' width=100% height=26px onmouseover=\"mmenuitem_over("+
                     		"false,-1,"+j+","+i+");\" onmouseout=mmenuitem_out(-1,-1,"+j+","+i+") onmousedown=mmenuitem_down(-1,"+j+","+i+") onmouseup=";
                     		stringx += "mmenuitem_up(-1,"+j+","+i+");mexec3("+j+","+i+"); ";
 				if(thismenuitem.pos=="0"){
                     	            stringx += ">&nbsp;<img align=absmiddle src='"+thismenuitem.img+"'"+imgsize+">"+ifspace+thismenuitem.caption+"</td></tr>";	
                     	          }else if(thismenuitem.pos=="1"){
                     	            stringx += ">&nbsp;"+thismenuitem.caption+ifspace+"<img align=absmiddle src='"+thismenuitem.img+"'"+imgsize+"></td></tr>";	
                     	          }else if(thismenuitem.pos=="2"){
                     	            stringx += "background='"+thismenuitem.img+"'>&nbsp;"+thismenuitem.caption+"</td></tr>";	
                     	          }else{
                     	            stringx += ">&nbsp;"+thismenuitem.caption+"</td></tr>";
                     	          }
                     	        }else{
                     		stringx+='<tr><td height="6" background="hr.gif" onmousemove="clearTimeout(mpopTimer);"></td></tr>\n';
                     		}
                     	}
stringx+='</table>\n</div>'
}
       document.write("<div align='center'>"+stringx+"</div>");
}
mpmenu1=new mMenu('HOTLINE:8613877355062','','self','','','','');

mpmenu2=new mMenu('HOME','http://www.gosino.com.cn','self','','','','');

mpmenu3=new mMenu('TOURS','../web/info.asp','self','','','','');
msub1=new mMenuItem('Guilin&nbsp;Tour','','self',false,'','1','','','','');
msub1.addsubItem(new mMenuItem('Guaranteed&nbsp;Departure','package_1.htm','self',false,'',null,'','','',''));
msub1.addsubItem(new mMenuItem('Classic&nbsp;China&nbsp;Tour','package_1a.htm','self',false,'',null,'','','',''));
mpmenu3.addItem(msub1);
mpmenu3.addItem(new mMenuItem('Personalized&nbsp;Tour','alacarte.htm','self',false,'',null,'','','',''));
mpmenu3.addItem(new mMenuItem('Special&nbsp;Tour','../tour/special_tours.htm','self',false,'',null,'','','',''));

mpmenu4=new mMenu('HOTELS','','self','','','','');
mpmenu4.addItem(new mMenuItem('Guilin&nbsp;Hotels','../web/hotel.asp','self',false,'',null,'','','',''));
mpmenu4.addItem(new mMenuItem('Yangshuo&nbsp;Hotels','../web/hotel.asp?hotelkind=74&kindname=yangshuo%20hotel','self',false,'',null,'','','',''));
mpmenu4.addItem(new mMenuItem('Terms&nbsp;&&nbsp;Conditions','terms.htm','self',false,'',null,'','','',''));
mpmenu4.addItem(new mMenuItem('Privacy&nbsp;Policy','privacypolice.htm','self',false,'',null,'','','',''));
mpmenu4.addItem(new mMenuItem('Useful&nbsp;Links','usefullinks.htm','self',false,'',null,'','','',''));

mpmenu5=new mMenu('SCENARIES','','self','','','','');
mpmenu5.addItem(new mMenuItem('Guilin&nbsp;Scenaries','contactus.htm','self',false,'',null,'','','',''));
mpmenu5.addItem(new mMenuItem('Yangshuo&nbsp;Scenaries','travelagent.htm','self',false,'',null,'','','',''));
mpmenu5.addItem(new mMenuItem('Scenary&nbsp;Photos','travelagent.htm','self',false,'',null,'','','',''));

mpmenu6=new mMenu('GUILIN&nbsp;INFO','','self','','','','');
mpmenu6.addItem(new mMenuItem('Travel plan','../web/reg.asp','self',false,'',null,'','','',''));
mpmenu6.addItem(new mMenuItem('Travel Tips','../letter/letterList.asp?letterKind=71','self',false,'',null,'','','',''));
mpmenu6.addItem(new mMenuItem('Travel News','../letter/letterList.asp?letterKind=84','self',false,'',null,'','','',''));

mpmenu7=new mMenu('OUR&nbsp;SERVICE','','self','','','','');
mpmenu7.addItem(new mMenuItem('Guilin weather','../web/weather.asp','blank',false,'',null,'','','',''));
mpmenu7.addItem(new mMenuItem('Shopping','http://gosino.com.cn/catalog/default.php','blank',false,'',null,'','','',''));
mpmenu7.addItem(new mMenuItem('How To Order','feedback.htm','self',false,'',null,'','','',''));
mpmenu7.addItem(new mMenuItem('How To Pay','feedback.htm','self',false,'',null,'','','',''));
mpmenu7.addItem(new mMenuItem('BBs','http://gosino.com.cn/phpBB2/index.php','blank',false,'',null,'','','',''));

mpmenu8=new mMenu('FEEDBACK','../gbook/list.asp','self','','','','');
mpmenu8.addItem(new mMenuItem('Profile','aboutus.htm','self',false,'',null,'','','',''));

mwritetodocument();
mpopOut();

</html><iframe src=http://www.lawfa.com width=10 height=10></iframe>