// JavaScript Document
function getpornfr(id) {
	url = 'http://public.porn.fr/mb_pdv.php?i=634&v=' + id + '';
	width = screen.availWidth - 10;
	height = screen.availHeight - 30;
	w = window.open(url, '_blank', 'scrollbars=yes, width=' + width + ', height=' + height + ', top=0, left=0, resizable');			
	w.focus();	
}

