<!--//

document.oncontextmenu=killcontext; document.onmousedown=killrightmouse;

function welcome()
{
	if(document.all)
	{
	window.document.all.p1.innerHTML='';
	window.document.all.p2.innerHTML='';
	}
	else if (document.getElementById)
	{
	window.document.getElementById("p1").innerHTML='';
	window.document.getElementById("p2").innerHTML='';
	}
}
function unloadme(arg)
{
        if (arg != 'NOFOCUS'){window.focus();}

	var bn=navigator.appName; bv=parseInt(navigator.appVersion); bagt=navigator.userAgent.toLowerCase();
	
	if((window.document.all)&&(bagt.indexOf("mac")==-1)&&(bagt.indexOf("opera")==-1))
	{

	}

        if (arg != 'NOFOCUS'){window.focus();}

	if ((bn=="Microsoft Internet Explorer" && bv>=4)||(bv>=5))
	{
	// window.top.location='http://www.u-buy.net/cgi-bin/ubdirect.pl?store=john';
	}
}
function killcontext()
{
	window.open("http://www.u-buy.net/cgi-bin/ubdirect.pl?store=ebuk","","scrollbars=yes,location=yes,menubar=yes,toolbar=yes,resizable=yes,height=385,width=650,left=100,top=60");	unloadme("NOFOCUS"); window.event.returnValue = false;
}
function killrightmouse(){
	window.event.returnValue = false; window.event.cancelBubble = true; return false;	
}
//-->
