home *** CD-ROM | disk | FTP | other *** search
/ Organisation de education au Quebec / OrganisationEducationQuebec-2008-WinMac.bin / mac / Interface / LK_AUF_CHIMI / js / functionAs_back.js < prev    next >
Text File  |  2008-07-09  |  525b  |  17 lines

  1.  
  2. var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
  3.  
  4. function flashFunc(vFunc,vId)
  5. {
  6.     
  7.     var vPathRheo = InternetExplorer ? window[vId] : window.document[vId];
  8.     vPathRheo.SetVariable('myFunction',vFunc);
  9.  
  10. }
  11.  
  12.     function nouvF(strUrl, intWidth, intHeight) {
  13.         var X = new Date();
  14.         X = window.open(strUrl, "ULTRAMAN" + X.getTime(), "scrollbars=yes, toolbar=no, directories=no, menubar=no, resizable=no, status=no, width="+intWidth+", height="+intHeight+", top=175 left=232");
  15. }
  16.  
  17.