// JavaScript Document

// popup window script generated at http://javascript.about.com/

function goWin() {
var mh = 554;
var mw = 989;
TheWin = window.open('','image','height=' + mh + ',width=' + mw + ',toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
TheWin.resizeTo(mw+2,mh+30);
TheWin.document.write('<!DOCTYPE html PUBLIC "-\/\/W3C\/\/DTD XHTML 1.0Transitional\/\/EN" "http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd"><html xmlns="http:\/\/www.w3.org\/1999\/xhtml">');
TheWin.document.write('<head><title>Popup<\/title><\/head><body style="overflow:hidden" bgcolor="#FFFFFF">');
TheWin.document.write('<!DOCTYPE html PUBLIC "-\/\/W3C\/\/DTD XHTML 1.0 Transitional\/\/EN" "http:\/\/www.w3.org\/TR\/xhtml1\/DTD\/xhtml1-transitional.dtd">
<html xmlns="http:\/\/www.w3.org\/1999\/xhtml">
<head>
<meta http-equiv="Content-Type" content="text\/html; charset=iso-8859-1" \/>
<title>Virtual Tour<\/title>
<script src="Scripts\/AC_RunActiveContent.js" type="text\/javascript"><\/script>
<\/head>

<body>
<script type="text\/javascript">
AC_FL_RunContent( 'codebase','http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=9,0,28,0','width','965','height','530','title','Virtual Tour','src','assets\/Images\/tour','quality','high','pluginspage','http:\/\/www.adobe.com\/shockwave\/download\/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','assets\/Images\/tour' ); \/\/end AC code
<\/script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=9,0,28,0" width="965" height="530" title="Virtual Tour">
	<param name="movie" value="assets\/Images\/tour.swf" \/>
	<param name="quality" value="high" \/>
	<embed src="assets\/Images\/tour.swf" quality="high" pluginspage="http:\/\/www.adobe.com\/shockwave\/download\/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application\/x-shockwave-flash" width="965" height="530"><\/embed>
<\/object><\/noscript>
<\/body>
<\/html>
<\/body><\/html>');
TheWin.moveTo(10,10);
TheWin.focus();
}