var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function launchwin(winurl,winname,winfeatures)
{
	
	//This launches a new window and then
	//focuses it if window.focus() is supported.
	newwin=window.open('http://listingsv2.resonanze.com/'+winurl,winname,winfeatures);
	
	//delay a bit here because IE4 encounters errors
	//when trying to focus a recently opened window
 	setTimeout('newwin.focus();',250);
	
}

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 zoomDetail_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call zoomDetail_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
