

// ------------------------------------------------------
// Fonction ouvre une pop-up d URL : url et de taille myWidth et myHeight
	function popup(url,myWidth,myHeight){
		window.open(url,"",directories=0,menubar=0,navbar=0,scrollbars=1,location=0,status=0,resizable=1,width="+myWidth+",height="+myHeight");
	}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

