//---------initialisation protection btn droit----------------//
function no(e)
{	if (document.all)	
		{if (event.button==2)	{alert("Copyright : Publiroule.fr");return false;}	}
	else if (document.layers||document.getElementById){if (e.Which==3)	{alert("Copyright : Publiroule.fr"); return false	}	}}

if (document.layers) document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=no;



window.status="Publiroule.fr";

function popupnu(url, h, v)
{
	var popup = window.open (url, "PUBLIROULE", 
	"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width="+ h +",height=" + v +",top=0,left=0");
  if( navigator.appName.substring(0,8) == "Netscape" )	popup.location = url;
}


