var sMSG="Se ti serve il logo di Radio Studio Piu'\nScaricalo dalla pagina che sto' per aprire.\n\nCopyright (C) Radio Studio Piu' S.r.l.";
document.onmousedown=right;
document.onmouseup=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;
function right(e)
{
if (navigator.appName=='Netscape')
{
   if (e.which == 3 || e.which == 2)
	return false;
}
else
{
   if (event.button==2 || event.button==3)
	{
	alert (sMSG);
	window.open('http://www.studiopiu.net/loghi.php','_top');
	return false;
	}
   if (event.button==1 && (event.shiftKey || event.shiftLeft ))
	{
	alert (sMSG);

	window.open('http://www.studiopiu.net/loghi.php','_top');
	
	return false;
	}
}
}

