if (window.name != "detail-livre")
{	
	page_cible = new String(window.location).split("/");
	location= "passif-frame.php?page_cible=" + page_cible[page_cible.length-1]; 
}

function saisie_multiple(code,qte_fixe)
{
	var destination="../php/commande_multiple.php?pacod=" + code + "&paqte_fixe=" + qte_fixe + "&ouverture=fenetre";
	window.open(destination,"","height=200,width=300,top=20,left=20")
}

function ouvre_saisie(code)
{
	var destination="../php/commande.php?pacod=" + code + "&ouverture=fenetre";
	window.open(destination,"","height=200,width=300,top=20,left=20")
}