<!-- 
var stop
var ref=document.referrer;
if (document.all){
	document.onmousedown>=InternetE4;
	document.oncontextmenu=new Function("stop;return false")
}
else if (document.layers||document.getElementById){
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown>=Netscape4;
}
//if (ref.indexOf("/preview/")==-1 && ref.indexOf("addtocart.asp")==-1) window.location="/CloseWindow.htm";

function InternetE4(){
	if (event.button==2){stop;
		
		return false;
	}
}
function Netscape4 (e){
	if (document.layers||document.getElementById&&!document.all){
		if (e.which==2||e.which==3){
			stop;
			return false;
		}
	}
}

// --> 