
function getpics(id){
	url = 'http://www.videosdesexe.com/pmb/details.php?id=' + id + '&pid=erwinol&t=photos69#top';
	winwidth = screen.availWidth - 10;
	winheight = screen.availHeight - 30;
	window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0');
}

function getabo(){
	url = 'http://www.videosdesexe.com/pmb/abo.php?pid=erwinol&t=photos69#top';
	winwidth = screen.availWidth - 10;
	winheight = screen.availHeight - 30;
	window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0');
}

