var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;


// *** FLASH-LEFT : START ***
// Handle all the the FSCommand messages in a Flash movie
function hkfloraflashmenuleft_DoFSCommand(command, args) {
  var hkfloraflashmenuleftObj = InternetExplorer ? hkfloraflashmenuleft : document.hkfloraflashmenuleft;
  //
  // Place your code here...
  if (command=="setLayer") {
  	// have to test on *** MAIN ***
  	if (args == "show") {
		MM_showHideLayers('hkfloraflashmenufull','','show');
	}
  }
  //
}
// *** 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');
	}
  }
  //
}
// *** 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');
	}
  }
  //
}
// *** FLASH-FULL : END ***

