// JavaScript Document
function getbazoocash(id){
	url = 'http://mb.cinehard.com/infos.php?id=' + id + '&aff=3867&mb=123videos3';
	width = 800;
	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=123videos3&lg=fr&id='+id;
	width = 800;
	height = screen.availHeight - 30;
	w = window.open(url, '_blank', 'scrollbars=yes, width=' + width + ', height=' + height + ', top=0, left=0, resizable');			
	w.focus();	
}

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

function getwendize(id, title) {
	url = 'http://mb.wendise.com/pdp/vid-'+id+'/pid-zeubx1/tid-videos123/'+title+'.html';
	w = screen.availWidth - 10;
	h = screen.availHeight - 30;
	win = window.open(url, '_blank', 'toolbar=0,location=0,directories=0,menuBar=0,resizable=1,scrollbars=1,top=0,left=0,width='+w+',height='+h);
	win.focus();
}

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

function getsmartmovies(id,rewrite){
url = 'http://www.smartmovies.net/mb/d39181/videos/video/'+id+'-'+rewrite;
winwidth = screen.availWidth - 10;
winheight = screen.availHeight - 30;
window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');
}

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

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

function getfilmsxmature(id) {
url = 'http://mb.films-x.tv/detail.php?pa=460&mb=123videos3&lg=fr&card=&id='+id;
winwidth = 800;
winheight = screen.availHeight - 30;
window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');		
}

function getfilmsxamateur(id) {
url = 'http://mb.films-x.tv/detail.php?pa=460&mb=123videos3&lg=fr&card=&id='+id;
winwidth = 800;
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=408&v=' + id;
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, "") 
}
 
}




