
<!--
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand messages in a Flash movie.
function leftbannarblue_DoFSCommand(command, args) {
	var leftbannarblueObj = isInternetExplorer ? document.all.leftbannarblue : document.leftbannarblue;
	//
	// Place your code here.
	if (command=="openimage"){
		openradio();
	};
	//
}
// 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 leftbannarblue_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call leftbannarblue_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
//-->


function openimage(imgname){
	radio = window.open("/plans.aspx?Name="+imgname,'radio','width=850,height=650,scrollbars=no,dependent=yes,resizable=no,menubar=no');
	}


var flashWind;
function openVR(vrId){
if(flashWind)flashWind.close();
	flashWind=window.open("/vr/vrRuner.html?vrId="+vrId,"flashWind","width=507,height=360,scrollbars=no,dependent=yes,resizable=no,menubar=no");
	flashWind.moveTo(100,150);
}
