function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
/*
function enableField()
{
	document.form1.address2.disabled=false;
	<a href="javascript:enableField()">Click here to enable the element<a/>
}
*/

function DisableImageClick(e) 
{
	var msg = "All contents copyright 2008 1Wholesale.com . All rights reserved.";
	if (navigator.appName == 'Netscape') {
		alert(msg);
		return false;
	}
	
	if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
		alert(msg);
		return false;
	}
	else return true;
}

