function viewDetail(idTitre)
{
	window.open('/Magazine/Magazine-Details.asp?idTitre=' + idTitre, 'Magazine_Details', 'location=no, width=600, height=400, menubar=no, status=no, scrollbars=no, menubar=no');
}

function viewFormCde(url)
{
	window.open(url, 'Confirmation_Commande', 'width=500px,height=400px,scrollbars=1,toolbar=1,menubar=1,resizable=1');
}
function validate() {
	if (document.getElementById("idtitre").value=="" || document.getElementById("idtitre").value=="0")
	{
	alert ("Vous n'avez pas saisi votre titre");
	event.returnValue=false;
	}
	else
				//this.formExpresse.submit()
				this.location = "/magazine/Abonnement.asp?idtitre="+document.getElementById("idtitre").value+"&idPays=1"
	}
