// JavaScript Document
function getpic(id){
url = 'http://www.gaycash.com/galeriesdujour/' + id + '.html?id=10062';
winwidth = screen.availWidth - 10;
winheight = screen.availHeight - 30;
window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');
}
function redir_chat_soft()	{
var maxx=window.screen.availWidth-20;
var maxy=window.screen.availHeight-40;
var w = window.open('' , '', 'width='+ maxx +',height='+ maxy +',location=0,resizable=1');
w.moveTo(0,0);
w.location = 'http://www.mes-dialogues.net/chat/?dial=soft&ids=10086&player=1'; }
function redir_chat_sexe()	{
var maxx=window.screen.availWidth-20;
var maxy=window.screen.availHeight-40;
var w = window.open('' , '', 'width='+ maxx +',height='+ maxy +',location=0,resizable=1');
w.moveTo(0,0);
w.location = 'http://www.mes-dialogues.net/chat/?dial=sexe&ids=10086&player=1'; }
function redir_chat_hard()	{
var maxx=window.screen.availWidth-20;
var maxy=window.screen.availHeight-40;
var w = window.open('' , '', 'width='+ maxx +',height='+ maxy +',location=0,resizable=1');
w.moveTo(0,0);
w.location = 'http://www.mes-dialogues.net/chat/?dial=hard&ids=10086&player=1'; }
function Kleenviou(chemin)
	{
	i1 = new Image;
	i1.src = chemin;
	htmlhead = '<HTML><head><TITLE>ZONE MEMBRE</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()
	};
