function paclick(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("(c)2002 - sexe-amateur-photo.com");
return false;
}
return true;
}
document.onmousedown=paclick;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=paclick;

var brVer = parseInt(navigator.appVersion);
var agt=navigator.userAgent.toLowerCase();
var isNav  = ( (agt.indexOf('mozilla') != -1) &&
               (agt.indexOf('spoofer') == -1) &&
               (agt.indexOf('compatible') == -1) &&
               (agt.indexOf('opera') == -1) &&
               (agt.indexOf('webtv') == -1) );
var isNav4up = (isNav && (brVer >= 4));
var isIe   = (agt.indexOf("msie") != -1);
var isIe4up = (isIe && (brVer >= 4));
var keyesMessage="(c)2002 - sexe-amateur-photo.com";
function nokeys(e)
{
   if (document.layers || isNav4up)     // Netscape
   {
           return false;
   }

   if (document.all || isIe4up)        // IE
   {
      alert(keyesMessage);
      return false;
   }
}
if (document.layers || isNav4up)     // Netscape
{
   document.captureEvents(Event.MOUSEDOWN | Event.KEYPRESS);
   document.onkeypress=nokeys;
}
if (document.all || isIe4up)        // 
{
   document.onkeydown=nokeys;
}
document.onmousedown=paclick;
function taillec() 
{
var ecran = screen.width + "" + screen.height;
var ecran_aff = screen.width + " x " + screen.height;
var taille = false;
if (ecran >= 640480)
	{
	if (ecran <= 640480)
		{
		document.write("background=\"http://www.images-x.com/sap/img/photo-femme-nue-64.jpg\"");
		}
	else if (ecran <= 800600)
		{
		document.write("background=\"http://www.images-x.com/sap/img/photo-femme-nue-86.jpg\"");
		}
	else if (ecran >= 1024768)
		{
		document.write("background=\"http://www.images-x.com/sap/img/photo-femme-nue-107.jpg\"");
		}
	else
		{
		document.write("background=\"http://www.images-x.com/sap/img/photo-femme-nue.jpg\"");
		//taille = true;
		}
	}
else
	document.write("background=\"http://www.images-x.com/sap/img/photo-femme-nue-64.jpg\"");
}
