// JavaScript Document


function swapTheVT(theNum) {
		
	document.getElementById('vt_holder').innerHTML = '<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="600" height="455"><param name="movie" value="/historic_houses_gainesville_fl/VTs/608b/' + theNum + '.swf"><param name="wmode" value="transparent"><param name="quality" value="high"><embed src="/historic_houses_gainesville_fl/VTs/608b/' + theNum + '.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" wmode="transparent" type="application/x-shockwave-flash" width="600" height="455"></embed></object>';
	
	
	
	
	}
	
	
	
		function origState() {
		
	document.getElementById('vt_holder').innerHTML = '<img style="cursor:pointer;" src="images/608b/click-to-play.gif"  onclick="swapTheVT(\'1\');">';
	
	}
	
	
