function detail(theURL,nom,scrol,hauteur,largeur){
	theURL = "detail/" + theURL;
	window.open(theURL,nom,'fullscreen=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars='+scrol+',resizable=yes, height='+hauteur+', width='+largeur);
}

