
var clickmessage="dont't accept!!"

function disableclick(e) 
{
   // 09-07-10 -aaron  方总要求所有店铺不需要此限制。
   //if (document.all) 
	//{
		//if (event.button==2||event.button==3) 
		//{
		//	if (event.srcElement.tagName=="IMG" || event.srcElement.tagName=="AREA")
		//	{
				//alert(clickmessage);
				//return false;
			//}
		//}
	//}
	///else if (document.layers) 
	//{
		//if (e.which == 3) 
		//{
		//	alert(clickmessage);
		//	return false;
		//}
	//}
	//else if (document.getElementById)
	//{
		//if (e.which==3&&e.target.tagName=="IMG")
		//{
			//alert(clickmessage)
			//return false
		//}
	//}
}

function associateimages()
{
	for(i=0;i<document.images.length;i++)
	document.images[i].onmousedown=disableclick;
}


function protect_1(e)	 {
	return false;
}

function protect_2(e)	 {
	return false;
}

function protect_3(e) {
	return false;
}

function protect_4(e) {
	return false;
}

