<!--
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function ikonki_DoFSCommand(command, args) {
  var ikonkiObj = InternetExplorer ? ikonki : document.ikonki;
}
// 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('<script LANGUAGE=VBScript\> \n');
 document.write('on error resume next \n');
 document.write('Sub ikonki_FSCommand(ByVal command, ByVal args)\n');
 document.write('  call ikonki_DoFSCommand(command, args)\n');
 document.write('end sub\n');
 document.write('</SCRIPT\> \n');
}

function sendToFlash(id)
{
document.flash.SetVariable('area',id);document.flash.SetVariable('load_js','1');return false;
}
//-->

