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 >
Wrap
Text File
|
2008-07-09
|
525b
|
17 lines
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function flashFunc(vFunc,vId)
{
var vPathRheo = InternetExplorer ? window[vId] : window.document[vId];
vPathRheo.SetVariable('myFunction',vFunc);
}
function nouvF(strUrl, intWidth, intHeight) {
var X = new Date();
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");
}