\n');
}
function thisMovie(movieName) {
var isIE = navigator.appName.indexOf("Microsoft") != -1;
return (isIE) ? window[movieName] : document[movieName];
}
function makeCall(str, param) {
thisMovie("fsi_perso_HYDROGIENE").asFunc(str, param);
}
function jsFunc(str) {
document.inForm.inField.value = "AS > Hello " + str;
}
function sendCMD(cmd) {
try{
thisMovie("fsi_perso_HYDROGIENE").SetVariable('FSICMD',cmd);
}
catch(e){
}
}
function gotoPage(nbPage){
try{
thisMovie("fsi_perso_HYDROGIENE").SetVariable('newImageIndex',parseInt(nbPage));
}
catch(e){
}
sendCMD('GotoPage');
}
//-->