//*s'occupe de blowup pour les lˇgendes et cartes de visite*//function CARD(theURL) {  self.name = "plw";  window.open(theURL,"theVisitCard","width=320,height=180,screenX=0,screenY=300");  }//*s'occupe de blowup dans history*//function BUM(theURL) {  self.name = "plw";  window.open(theURL,"theBlowUp","width=430,height=430,screenX=0,screenY=0");  }//*blowup*//function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}function MM_goToURL() { //v3.0  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");}//*insˇrer ; focusMe() dans body des blowup*//function focusMe(){window.focus();}//*s'occupe de blowup et remplace function MM_openBrWindow()*//function blowUpMine() {window.open(theURL,"theBigBlowUp","width=600,height=440");  }