// -----------------------------------------------------------------------
// Fichier global de fonctions de manipulation de fenêtres
// -----------------------------------------------------------------------
// 
// -----------------------------------------------------------------------
// Date 	Auteur		Libellé de la modification
// -----------------------------------------------------------------------
// 02/04/02	NCOM		Création du document
// -----------------------------------------------------------------------
// Liste des fonctions contenues dans le fichier classées par ordre
// alphabétique
// -----------------------------------------------------------------------
// Connecter
// -----------------------------------------------------------------------



// ---------------------------------------------------------------------------
// Connecter
//
// Envoie vers la page main
// ---------------------------------------------------------------------------
function Connecter(){
    if (checkAll(self.document.forms[0])) {
        self.document.forms[0].submit();
    }
}

function Rechercher(){
        self.document.forms[0].submit();
}

function Quitter(){
	self.location="index.jsp"; 
}

function Aide(){
	sys_openSizePosWindow("../../help/hlp-global.htm", "Aide globale", self, 760, 460, 0, screen.width-770);
}

function EcrivezNous(email){
	self.location="mailto:" + email;
}

function Annuler() {
    document.forms[0].reset();
}
function Retour() {
    self.location = "index.jsp";
}


function AllerAPage(pageurl, page) {
    self.location="../.." + pageurl + "?index=" + page + "";
}

function Verifier() {
    if (checkAll(self.document.forms[0])) {
        self.document.forms[0].submit();
    }
}

function Retablir(){
	document.forms[0].reset();	
}

function InitChamps()
{

}

function Support(email){
	self.location="mailto:" + email;
}

function APropos(){
	
	window.open("ouverturePopup.four","mywindow","menubar=0,scrollbars=0,resizable=0,width=540,height=250");
}
