\n');
}
// *** FLASH-LEFT : END ***
// *** FLASH-TOP : START ***
// Handle all the the FSCommand messages in a Flash movie
function hkfloraflashmenutop_DoFSCommand(command, args) {
var hkfloraflashmenutopObj = InternetExplorer ? hkfloraflashmenutop : document.hkfloraflashmenutop;
//
// Place your code here...
if (command=="setLayer") {
// have to test on *** MAIN ***
if (args == "show") {
MM_showHideLayers('hkfloraflashmenufull','','show');
}
}
//
}
// Hook for Internet Explorer
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write(' \n');
}
// *** FLASH-TOP : END ***
// *** FLASH-FULL : START ***
// Handle all the the FSCommand messages in a Flash movie
function hkfloraflashmenufull_DoFSCommand(command, args) {
var hkfloraflashmenufullObj = InternetExplorer ? hkfloraflashmenufull : document.hkfloraflashmenufull;
//
// Place your code here...
if (command=="setLayer") {
if (args == "hide")
{
MM_showHideLayers('hkfloraflashmenufull','','hide');
}
}
//
}
// Hook for Internet Explorer
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write(' \n');
}
// *** FLASH-FULL : END ***
//-->