

window.onresize = documentReload;
function documentReload() {
window.location.href = window.location.href;
}

/////////////////   top flash functions
/////////////////////////////////////////
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function join_anm_349x71_DoFSCommand(command, args) {
  var join_anm_349x71Obj = InternetExplorer ? join_anm_349x71 : document.join_anm_349x71;
  window.open("http://www.ima.org.il/imahebnew/login.asp");
}
// 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 join_anm_349x71_FSCommand(ByVal command, ByVal args)\n');
	document.write('  call join_anm_349x71_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}
//////////////////////////////////////////
