/*
Script pour ouverture des fenêtres popup
*/

/*
fenetre standard
*/

function ouvrir(NomFic)
{
fenetre=open(NomFic, "aWin","width=640,height=550,left=20,top=20,resizable=yes,scrollbars=yes,menuber=no,toolbar=no")
}

/*
fenêtre 0 : comment naviguer dans le site ?
*/

function ouvrir0()
{
fenetre=open("../info0.htm","","width=600,height=500,resizable=yes,scrollbars=yes")
}

/*
fenêtre 1 : comment rechercher dans le catalogue ? 
*/

function ouvrir1()
{
fenetre=open("../info1.htm","","width=600,height=500,resizable=yes,scrollbars=yes")
}

/*
fenêtre 2 : comment commander ?
*/

function ouvrir2()
{
fenetre=open("../info2.htm","","width=600,height=500,resizable=yes,scrollbars=yes")
}

/*
fenêtre 3 : comment entrer son identification code client + password ?
*/

function ouvrir3()
{
fenetre=open("../info3.htm","","width=600,height=500,resizable=yes,scrollbars=yes")
}

/*
fenêtre 4 : pour saisir le code client et password
*/

function ouvrir4()
{
fenetre=open("../codecli.asp","","width=500,height=500,resizable=yes,scrollbars=yes")
}


