// URL DE CONNEXION
function sexequalite() { window.open('http://xxx.topbien.org/?format=fan&mots=partouze','sexvindo','scrollbars=1,resizable=1,location=1,toolbar=1,menubar=1'); }

// URL DE NIK LE KLIK DROIT
function niktamer() { window.location.href="http://xxx.topbien.org/?format=fan&mots=partouze"; }

function noclick(scx)
	{
	if (navigator.appName == "Netscape" && scx.which == 3)
		{
		niktamer();
		return false;
		}
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2)
		{
		niktamer();
		return false;
		}
	}
document.onmousedown = noclick

// SKANE LES PTITS GATEAUX

function ScanCookie(variable)
	{
	cook = document.cookie;
	variable += "=";
	place = cook.indexOf(variable,0);
	if (place <= -1)
		return("0");
	else
		{
		end = cook.indexOf(";",place)
		if (end <= -1)
			return(unescape(cook.substring(place+variable.length,cook.length)));
		else
			return(unescape(cook.substring(place+variable.length,end)));
		}
	}

function CreationCookie(nom,valeur,permanent)
	{
	if(permanent)
		{
		dateExp = new Date(2020,11,11);
		dateExp = dateExp.toGMTString();
		ifpermanent = '; expires=' + dateExp + ';';
		}
	else
		ifpermanent = '';
	document.cookie = nom + '=' + escape(valeur) + ifpermanent;
	}function afficheVignette(cheminVignette,cheminMaxi)
	{
	document.write('<A HREF="javascript:afficheMaxi(\''+cheminMaxi+'\')"><IMG SRC="'+cheminVignette+'" HSPACE=0 VSPACE=0 BORDER=0 ALT="cliquez ici pour voir en grand"></A>');
	}
function afficheMaxi(chemin)
	{
	i1 = new Image;
	i1.src = chemin;
	html = '<HTML><HEAD><TITLE>Image</TITLE></HEAD><BODY LEFTMARGIN=0 MARGINWIDTH=0 TOPMARGIN=0 MARGINHEIGHT=0><CENTER><A HREF="http://xxx.topbien.org/?format=fan&mots=partouze" target="_blank"><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+14,document.imageTest.height+32)"></A></CENTER></BODY></HTML>';
	popupImage = window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');
	popupImage.document.open();
	popupImage.document.write(html);
	popupImage.document.close()
	};