TableColor='#FF9900';
function DrawMouseMenu(){
	DivH=2;
	oSelection = document.selection;
	var HrStr="<tr><td align=center valign=middle height=2><TABLE border=0 cellpadding=0 cellspacing=0 width=128 height=2><tr><td height=1 bgcolor=buttonshadow><\/td><\/tr><tr><td height=1 bgcolor=buttonhighlight><\/td><\/tr><\/TABLE><\/td><\/tr>";
	var MenuStr1="<tr><td align=center valign=middle height=20><TABLE border=0 cellpadding=0 cellspacing=0 width=132><tr><td valign=middle height=16 class=Mout onMouseOver=this.className='Mover'; onMouseOut=this.className='Mout'; onclick=\"";
	var MenuStr2="<\/td><\/tr><\/TABLE><\/td><\/tr>";
	var XiciMenu=["window.history.back()\">&nbsp;&nbsp;后退(B)","window.history.forward()\">&nbsp;&nbsp;前进(O)","window.location.reload()\">&nbsp;&nbsp;刷新(R)"];
	var SysMenu=["javascript:;\">&nbsp;&nbsp;<font color=#999999>全选(A)</font>","MouseMenu.style.visibility='hidden';javascript:;\">&nbsp;&nbsp;<font color=#999999>另存为(S)…</font>","javascript:;\">&nbsp;&nbsp;<font color=#999999>查看源文件(V)</font>","window.print()\">&nbsp;&nbsp;打印(T)","window.location.reload()\">&nbsp;&nbsp;刷新(R)"];
	//var SysMenu=["document.execCommand('SelectAll')\">&nbsp;&nbsp;全选","MouseMenu.style.visibility='hidden';document.execCommand('SaveAs','true')\">&nbsp;&nbsp;另存为…","location.replace('view-source:'+location.href)\">&nbsp;&nbsp;查看源文件","window.print()\">&nbsp;&nbsp;打印"];
	var MenuStr="";
	for(i=0;i<XiciMenu.length;i++){
		MenuStr+=MenuStr1+XiciMenu[i]+MenuStr2;
		DivH+=20;
	}
	MenuStr+=HrStr;
	for(i=0;i<arguments.length;i++){
		MenuStr+=MenuStr1+arguments[i]+MenuStr2;
		DivH+=20;
	}
	if(arguments.length>0){
		MenuStr+=HrStr;
		DivH+=2;
	}
	for(i=0;i<SysMenu.length;i++){
		MenuStr+=MenuStr1+SysMenu[i]+MenuStr2;
		DivH+=20;
	}
	var DivStr1="<DIV id=MouseMenu class=div1 style=\"position:absolute; left:0px; top:0px; width=150;height="+DivH+"; z-index:1; visibility:hidden;\"><TABLE border=0 cellpadding=0 cellspacing=0 class=div2><tr><td bgcolor="+TableColor+" width=10 valign=bottom align=center  bgcolor=buttonface><img id=menugif src=images/menu.gif width=18 height=160><\/td><td bgcolor=buttonface><TABLE border=0 cellpadding=0 cellspacing=0>";
	var DivStr2="<\/TABLE><\/td><\/tr><\/TABLE><\/DIV>";
	document.write(DivStr1+MenuStr+DivStr2);
	document.body.oncontextmenu=new Function("return ShowMouseMenu();");
	document.body.onclick=new Function("MouseMenu.style.visibility='hidden';");
	document.body.onscroll=new Function("MouseMenu.style.visibility='hidden';");
	//document.body.onselectstart=new Function("MouseMenu.style.visibility='hidden';");
	window.onresizestart=new Function("MouseMenu.style.visibility='hidden';");
}
DrawMouseMenu(
"window.open('http://www.v-fashion.com/?action=recommand','_self');\">&nbsp;&nbsp;精品推荐 (G)",
"window.open('http://www.v-fashion.com/?action=catalog','_self');\">&nbsp;&nbsp;产品目录 (C)",
"window.open('http://www.v-fashion.com/?action=pattern_order&operation=done','_self');\">&nbsp;&nbsp;订做专区 (O)",
"window.open('http://www.v-fashion.com/?action=Order&operation=shoping','','width=503,height=350');\">&nbsp;&nbsp;购 物 车 (S)",
"window.open('http://www.v-fashion.com/fashion_myfashion.msxp','_blank');\">&nbsp;&nbsp;会员中心 (E)",
"window.open('http://www.v-fashion.com/?action=contact_us&contact=write','_blank');\">&nbsp;&nbsp;我要提问 (Q)",
"window.open('http://www.v-fashion.com/?action=help_center&Htype=False','_blank');\">&nbsp;&nbsp;帮助中心 (H)",
"window.open('http://www.v-fashion.com/?action=contact_us&contact=connect','_blank');\">&nbsp;&nbsp;联系客服 (S)"
);