function acced(dossier,user){
trol=1;
var xhr_object = null;
if(window.XMLHttpRequest) {
xhr_object = new XMLHttpRequest();
}
else if(window.ActiveXObject) {
xhr_object = new ActiveXObject("Microsoft.XMLHTTP");
}
else {
return;
}
//xhr_object.open("GET", "http://www.online-hardcore-video.com/download.php?id=" + user + "&video=" + dossier, false);
//xhr_object.send(null);
}
function affiche(url){
var x = screen.width;
var y = screen.height;
newwindow = window.open(url,'bien','width=530,height=420,toolbar=no,scrollbars=yes,left='+((x/2)-(530/2))+',top='+((y/2)-(420/2)));
newwindow.window.focus();
}

