
// ==============================================
// TOOLS.JS version 1.0 AlainB
// ==============================================

// Initialise les variables globales pour WEBORAMA
//===============================================
WEBO_ZONE=1; WEBO_PAGE=1; webogold_ok=0;


// Pour Sortir des Frames
//===============================================
if (self!=top) top.location.href=self.location.href;


// ==============================================
//  DlgBox : Affiche une nouvelle fenetre
// ==============================================
// url	= adresse href pour la nouvelle fenetre
// w	= largueur en pixel
// h	= hauteur en pixel

function DlgBox(url,w,h) {
 window.open(url, "", "width="+w+",height="+h+",toolbar=0,menubar=0,status=0,location=0,scrollbars=1,resizable=1"); 
} 
function DlgBox2(url,w,h) {
 window.open(url, "", "width="+w+",height="+h+",toolbar=1,menubar=0,status=0,location=1,scrollbars=1,resizable=1"); 
} 





