function selectvideo(docid){
url = 'http://www.vidsatomix.com/paiement.php?profil=nCKaRbpTXw&docid=' + 
docid;winwidth = screen.availWidth - 10;
winheight = screen.availHeight - 30;
window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' 
+ winheight + ', top=0, left=0, resizable=yes');
}
function AjoutFavo() {
	if ((navigator.appName.indexOf("Microsoft",0)>=0) && 
(parseInt(navigator.appVersion)>=4)) {
		window.external.AddFavorite("http://www.adulte-videos.com","Adulte Vidéos" 
);
	} else {
		alert("Cette fonction n'est proposée que par Internet Explorer 4+")
	}
}