/*
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("info0fr.htm","","width=600,height=500,resizable=yes,scrollbars=yes")
}

/*
fenêtre 1 : comment rechercher dans le catalogue ? 
*/

function ouvrir1()
{
fenetre=open("info1fr.htm","","width=600,height=500,resizable=yes,scrollbars=yes")
}

/*
fenêtre 2 : comment commander ?
*/

function ouvrir2()
{
fenetre=open("info2fr.htm","","width=600,height=500,resizable=yes,scrollbars=yes")
}

/*
fenêtre 3 : comment entrer son identification code client + password ?
*/

function ouvrir3()
{
fenetre=open("info3fr.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=650,resizable=yes,scrollbars=yes")
}
/*
fenetre 6 : pour ouvrir le diaporama de batimat 2005 
*/
function ouvrir6()
{
fenetre=open("../Info/stand-adler-batimat-2005.htm","","width=540,height=675,resizable=yes,scrollbars=yes")
}

