// JavaScript Document
//Putain, code repetitif la, faillait faire une seule fonction avec un switch, donc 2 parametres, id et sponsor... c crabeurk, pas bien !


function getbazoocash(id){
	url = 'http://mb.cinehard.com/infos.php?id=' + id + '&aff=3867&mb=clipsfrancais';
	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();	
}


function getfilmsx(id){
	url = 'http://mb.films-x.tv/detail.php?pa=460&mb=clipsfrancais&id='+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();	
}

function getfilmsxmature(id){
	url = 'http://mb.films-x.tv/detail.php?pa=460&mb=clipsfrancais&id='+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();	
}
function getfilmsxamateur(id){
	url = 'http://mb.films-x.tv/detail.php?pa=460&mb=clipsfrancais&id='+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();	
}


function getsexedenfer(id){
	url = 'http://www.sexedenfer.com/infos.php?id=' + id + '&wref=284&tpl=clipsfrancais#haut';
	winwidth = screen.availWidth - 10;
	winheight = screen.availHeight - 30;
	window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');
}



function getpornfr(id) {
	url = 'http://public.porn.fr/mb_pdv.php?i=3017&v=' + id;
	winwidth = 800;
	winheight = screen.availHeight - 30;
	window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');	
}




function getcpvideosplay(id) {
	url = 'http://billing.acces-membres.com/telechargement.php?id=' + id + ' &mb=14995&wref=1273&a=&site=15&track=CP_Bookmark';
	winwidth = 800;
	winheight = screen.availHeight - 30;
	window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');	
}



function getindecentesvoisines(id) {
	url = 'http://www.indecentes-voisines.com/dl.php?1455|168|' + id;
	winwidth = 800;
	winheight = screen.availHeight - 30;
	window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');	
}

function getaubonbiz(id) {
	url = 'http://www.aubonbiz.fr/dl.php?395|311|' + id;
	winwidth = 800;
	winheight = screen.availHeight - 30;
	window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');	
}

function getguestcash(id) {
	url = 'http://mb.guestvideos.com/details.php?mb=974&idvideo=' + id;
	winwidth = 920;
	winheight = screen.availHeight - 30;
	window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');	
}



function getevolucash(id) {
	url = 'http://www.3xdl.com/downloadv.php?offre=2&track=index&type=mbv&vid=' + id + '&md=652';
	winwidth = 800;
	winheight = screen.availHeight - 30;
	window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');	
}


function bookmark(title,url){
	if( window.external){ 
		window.external.AddFavorite(url, title); 
	} else if( window.sidebar){ 
		window.sidebar.addPanel(title, url, "") 
	}
}








