\n');
document.write('
\n');
document.write('
');
document.write('
\n');
}else{
document.write('\n');
document.write('
\n');
}
}else{
installerURL = "../webviewer63.exe";
document.write(' \n');
document.write('
');
document.write(' \n');
document.write(' |
\n');
AutomaticReload();
}
}
function AutomaticReload () {
navigator.plugins.refresh();
if (DetectQuest3DPlayer())
window.location.reload();
setTimeout('AutomaticReload()', 500)
}
function QSetValue(group, channelname, value){
GetQuest3DPlayer().SetChannelValue(group, channelname, value);
}
function QSetText(group, channelname, text){
GetQuest3DPlayer().SetChannelText(group, channelname, text);
}
function QGetValue(group, channelname, value){
return GetQuest3DPlayer().ChannelValue(group, channelname);
}
function QGetText(group, channelname, text){
return GetQuest3DPlayer().ChannelText(group, channelname);
}
//-->