/*
Script pour ouverture des fenêtres popup
*/
/*
fenetre standard
*/

function ouvrir(NomFic)
{
fenetre=open(NomFic, "aWin","width=1000,height=600,left=20,top=20,location=yes, resizable=yes,scrollbars=yes,menubar=no,toolbar=no")
}

/*
fenêtre 0 : comment naviguer dans le site ?
*/

function ouvrir0()
{
fenetre=open("../../fr/info0fr.htm","","width=600,height=500,resizable=yes,scrollbars=yes")
}

/*
fenêtre 1 : comment rechercher dans le catalogue ? 
*/

function ouvrir1()
{
fenetre=open("../../fr/info1fr.htm","","width=600,height=500,resizable=yes,scrollbars=yes")
}

/*
fenêtre 2 : comment commander ?
*/

function ouvrir2()
{
fenetre=open("www.adler-sa.fr/fr/info2fr.htm","","width=600,height=500,resizable=yes,scrollbars=yes")
}

/*
fenêtre 3 : comment entrer son identification code client + password ?
*/

function ouvrir3()
{
fenetre=open("../../fr/info3fr.htm","","width=600,height=500,resizable=yes,scrollbars=yes")
}

/*
fenêtre 4 : pour saisir le code client et password
*/

function ouvrir4()
{
fenetre=open("../../fr/codecli.asp","","width=500,height=680,resizable=yes,scrollbars=yes")
}

function ouvrir5(NomFich)
{
fenetre=open(NomFich,"","width=600,height=800,menubar=yes,resizable=yes,scrollbars=yes")
}
