<!--
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("vrRuner.html?vrId="+vrId,"flashWind","width=610,height=420,scrollbars=no,dependent=yes,resizable=no,menubar=no");
	flashWind.moveTo(100,150);
}


function open1(){
if(flashWind)flashWind.close();
	flashWind=window.open("misc1.htm","flashWind","width=830,height=700,scrollbars=no,dependent=yes,resizable=no,menubar=no");
	flashWind.moveTo(100,10);
}

function open2(){
if(flashWind)flashWind.close();
	flashWind=window.open("misc2.htm","flashWind","width=830,height=700,scrollbars=no,dependent=yes,resizable=no,menubar=no");
	flashWind.moveTo(100,0);
}

function open3(){
if(flashWind)flashWind.close();
	flashWind=window.open("misc3.htm","flashWind","width=830,height=700,scrollbars=no,dependent=yes,resizable=no,menubar=no");
	flashWind.moveTo(100,10);
}

function open4(){
if(flashWind)flashWind.close();
	flashWind=window.open("misc4.htm","flashWind","width=700,height=800,scrollbars=no,dependent=yes,resizable=no,menubar=no");
	flashWind.moveTo(100,0);
}
function open5(){
if(flashWind)flashWind.close();
	flashWind=window.open("misc5.htm","flashWind","width=830,height=700,scrollbars=no,dependent=yes,resizable=no,menubar=no");
	flashWind.moveTo(100,0);
}
//-->