
<!--
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Gestisce tutti i messaggi FSCommand in un filmato Flash



function menu_DoFSCommand(command, args) {
	var menuObj = isInternetExplorer ? document.all.menu : document.menu;
	//
	// Inserire il codice qui.
	if(args=="vision") {
    //alert(args);
	FadeToggleDiv('ContentDiv1');
	linkAttuale='/vision/index.aspx'
	}
	
	if(args=="services") {
    //alert(args);
	FadeToggleDiv('ContentDiv1');
	linkAttuale='/services/index.aspx'
	}
	
	
	if(args=="contacts") {
    //alert(args);
	FadeToggleDiv('ContentDiv1');
	linkAttuale='/contacts/index.aspx'
	}
	
}

// Hook per 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 menu_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call menu_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
//-->




function firma_DoFSCommand(command, args) {
	var firmaObj = isInternetExplorer ? document.all.firma : document.firma;
	//
	if(args=="home") {
    //alert(args);
	FadeToggleDiv('ContentDiv1');
	linkAttuale='http://www.famebridge.com/'
	}
}

// Hook per 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 firma_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call firma_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
//-->





<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

