function devenir_membre() {
	winwidth = 530;
	winheight = 400;
	url = '/devenir-membre.html';
	window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top='+ (screen.availHeight - winheight) / 2 +', left='+ (screen.availWidth - winwidth) / 2 +', resizable');
}

function bookmark(title,url) {
	if (window.sidebar) {
		window.sidebar.addPanel(title, url,""); 
	} else if(document.all) {
		window.external.AddFavorite(url, title);
	} else if(window.opera && window.print) {
		return true;
	}
}

function PopCommentaire(id) {
	winwidth = 600;
	winheight = 300;
	window.open('/commentaire-'+id+'.html', '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top='+ (screen.availHeight - winheight) / 3 +', left='+ (screen.availWidth - winwidth) / 2 +', resizable');
}

function global_resize() {
	var minwidth, totalwidth;
	minwidth = document.getElementById("divglobal").offsetWidth + document.getElementById("divvban").offsetWidth + 10;
	totalwidth = document.getElementById("divglobal").offsetWidth + (document.getElementById("divvban").offsetWidth + 10) * 2;
	if (screen.width <= minwidth) document.getElementById("divglobal").style.margin='0px';
	else if (screen.width <= totalwidth) document.getElementById("divglobal").style.margin='0px auto 0px '+ Math.round((screen.width - minwidth ) * 0.5) +'px';
}

function splash_screen() {
	document.write('<div class="splash" id="splash"><div class="splash_txt">&nbsp;<br />');
	document.write('Site en cours de maintenance.<br />');
	document.write('Nous vous invitons à visiter notre<br />');
	document.write('autre site de vidéos porno :<br /><br />');
	document.write('<a href="http://www.totale-defonce.fr/"><strong>ENTRER</strong></a>');
	document.write('<div style="text-align: right;"><a href="" onclick="document.getElementById(\'splash\').style.visibility=\'hidden\'; return false;" style="font-size: 8px; text-decoration:none;">afficher</a></div>');
	document.write('</div></div>');
}