// JavaScript Document
function telechargement(page,largeur,hauteur,options)
{
var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
window.open(page,"","top="+top+",left="+left+",width="+largeur+",height="+hauteur+","+options);
}

navvers = navigator.appVersion.substring(0,1);
if (navvers > 3)
	navok = true;
else
	navok = false;

today = new Date;
jour = today.getDay();
numero = today.getDate();
if (numero<10)
	numero = "0"+numero;
mois = today.getMonth();
if (navok)
	annee = today.getFullYear();
else
	annee = today.getYear();
TabJour = new Array("Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi");
TabMois = new Array("janvier","f&eacute;vrier","mars","avril","mai","juin","juillet","aout","septembre","octobre","novembre","dé&eacute;embre");
messageDate = TabJour[jour] + " " + numero + " " + TabMois[mois] + " " + annee;

function Kleenviou(chemin)
	{
	i1 = new Image;
	i1.src = chemin;
	htmlhead = '<HTML><head><TITLE>Photo Gratuite offerte par GAY TENDANCE</TITLE><META HTTP-EQUIV="imagetoolbar" CONTENT="no"></HEAD>';
	htmlbody = '<BODY oncontextmenu="return false" ondragstart="return false" onselectstart="return false" style="margin:0px;border:0px">';
	htmlimg = '<center><IMG SRC="'+chemin+'" BORDER=0 NAME=imageTest onLoad="window.resizeTo(document.imageTest.width+5,document.imageTest.height+25);self.moveTo((screen.availWidth/2)-(document.imageTest.width/2),(screen.availHeight/2)-(document.imageTest.height/2));"><br><font color="#666666" size="2" face="verdana"><b>CHARGEMENT...</b></font></BODY></HTML>';
	popupImage = window.open('','_blank','width=200,height=200,toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0');
	popupImage.document.open();
	popupImage.document.write(htmlhead);
	popupImage.document.write(htmlbody);
	popupImage.document.write(htmlimg);
	popupImage.document.close()
	};
	
	function defautstatus(texte) {
window.status=(texte);
}
