<!--//
document.oncontextmenu=killcontext; document.onmousedown=killrightmouse;

function unloadme()
{
	window.open("http://www.u-buy.net/sp/pop-up.html","","scrollbars=yes,location=yes,menubar=yes,toolbar=yes,resizable=yes,height=385,width=600,left=10,top=10");
	window.focus();
}
function killcontext()
{
	window.open("http://www.u-buy.net/cgi-bin/ubdirect.pl?store=fleu","","scrollbars=yes,location=yes,menubar=yes,toolbar=yes,resizable=yes,height=385,width=650,left=100,top=60");	unloadme(); window.event.returnValue = false;
}
function killrightmouse(){
	window.event.returnValue = false; window.event.cancelBubble = true; return false;	
}
//-->
