﻿function MTag(This)
{
	for(i=1; i<=5; i++)
	{
		if ("PTypeListID"+i==This)
		{
			document.getElementById(This).className="";
		}else{
			document.getElementById("PTypeListID"+i).className="HidContent";
		}
	}
}
function Mopen(This){
	document.getElementById(This).className="ProTypeShow";
	//alert('aa')
	}
function Mclose(This){
	document.getElementById(This).className="HidContent";
	//alert('bb')
	}
function openprowin(i){window.open('Product.Detail.asp?ID='+i,'','width=1000,height=400,scrollbars=1,location=1,resizable=1')}

if (navigator.appName.indexOf("Internet Explorer") != -1)    
    document.onmousedown = noSourceExplorer;
    
function noSourceExplorer()
{
    if (event.button == 2 | event.button == 3)
    {
        alert("Welcome to WenZhou Kaitai Crafts Co. Ltd!");
	//history.go(-1);
        //location.replace("http://www.yahoo.com");
    }
}

