function getvideo(id){
	url = '/video-de-sexe-' + id + '.html';
	window.open(url, '_blank', 'scrollbars=yes, resizable');
}

function get_abo(lg) {
	url = 'https://payment.allopass.com/subscription/subscribe.apu?ids=42222&idd=109366&lang=fr&data=Pp3tvY26lw&ap_ca_mnt[0]=50&ap_ca_idc[0]=11899224';
	window.open(url, '_blank', 'location=no, status=yes, menubar=no, toolbar=no, scrollbars=yes, width=600, height=570, top=0, left=0, resizable');
}

function sectionmembre(){
	url = '/membres/';
	window.open(url, '_blank', 'scrollbars=yes, top=0, left=0, resizable');
}

function blank(objet) {
	/**	Function utile pour faire un target='_blank' en XHTML strict : <a href="truc.html" onclick="return blank(this);">texte</a> */
	window.open(objet.href,'_blank');
	return false;
}

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';
//	document.write(screen.width +'<='+ totalwidth +' '+ document.getElementById("divglobal").offsetWidth +'+'+' ('+ document.getElementById("divvban").offsetWidth+' + 10) * 2');
}

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 françaises :<br /><br />');
	document.write('<a href="http://www.videos-porno-france.com/" style="color: red;"><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>');
}
