<!--//

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='';
	}

	lI1l=window.document.links.length;
	for(l1l=0;l1l!=lI1l;l1l++)
	{
	window.document.links[l1l].title=window.document.links[l1l].innerHTML; x="<a "+"onMouseOver=\"status='"+window.document.links[l1l].innerHTML+"';return true\" onMouseOut=\"status='';return true\" "+window.document.links[l1l].outerHTML.substr(2);
	if ((window.document.links[l1l].title.indexOf('<')==-1)&&(window.document.links[l1l].title.indexOf('>')==-1)&&(window.document.links[l1l].innerHTML.indexOf("'")==-1))
	{
	window.document.links[l1l].outerHTML=x;
	}
	}

//	window.open('http://www.u-buy.net/cgi-bin/ubdirect.pl?store=azuk','azuk','left=100,top=25,resizable=yes,toolbar=yes,scrollbars=yes,location=yes,menubar=yes,resizable=1,width=750,height=430','');

	window.focus();
}

function unloadme()
{
	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))
	{
//	advert=window.open('','','left=100,top=4000,resizable=no,menubar=yes,location=yes,toolbar=yes,scrollbars=yes,resizable=0,resize=0,width=10,height=10','');
//	advert.document.write("<html>\n<head><title>Microsoft Internet Explorer</title>\n"+"<script language=\"JavaScript\">\n\n"+"function showad()\n"+"{\n"+"window.focus();\n"+"window.external.AddFavorite('http://www.price-wizard.com/cgi-bin/ubdirect.pl?store=curr','Currys Electrical Store');window.close();\n"+"}\n"+"</script>\n"+"</head>\n<body><img src=\"_\" width=1 height=1 border=0 onerror=\"vwin=window.setTimeout('showad()',7500)\";>\n</body>\n</html>");
	}

	if ((bn=="Microsoft Internet Explorer" && bv>=4)||(bv>=5))
	{
//	window.top.location='http://www.price-wizard.com/cgi-bin/ubdirect.pl?store=curr';top.window.moveTo(0,0);

		if(document.all)
		{
//		top.window.resizeTo(screen.availWidth,screen.availHeight);
		}
		else if(document.layers||document.getElementById)
		{
			if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth)
			{
//			top.window.outerHeight=screen.availHeight;top.window.outerWidth=screen.availWidth;
			}
		}
	}
}

function killcontext()
{
//	window.open("http://www.u-buy.net/cgi-bin/ubdirect.pl?store=azuk","","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;
}
//-->












