
<!--
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){
	radioWind = window.open("/plans.aspx?Name="+imgname,'radio','width=850,height=650,scrollbars=no,dependent=yes,resizable=no,menubar=no');
	}
function openMap(){
	mapWind = window.open("map.htm",'Map','width=802,height=530,scrollbars=no,dependent=yes,resizable=no,menubar=no');
	}
	
function openGallery(){
	galleryWind = window.open("gallery/gallery.aspx?id=1",'Gallery','width=600,height=600,scrollbars=no,dependent=yes,resizable=no,menubar=no');
	}	
	
