// 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=8,0,0,0" id="vtHoldingFrame" width="424" height="356"><param name="movie" value="/arbor_lofts_gainesville_apartments/VTs/1br-loft/' + theNum + '.swf"><param name="wmode" value="transparent"><param name="quality" value="high"><embed src="/arbor_lofts_gainesville_apartments/VTs/1br-loft/' + 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="524" height="456"></embed></object>';
	
	document.getElementById('mapHolder').innerHTML = "<a href='#Map'><img src=\'images/al-mini-map.jpg\' /></a>";
	
	
	}
	
	
	function origState() {
		
	document.getElementById('vt_holder').innerHTML = '<img style="cursor:pointer;" src="/arbor_lofts_gainesville_apartments/images/al-click-to-play.gif" width="424" height="355" onclick="swapTheVT(\'1\');">';
	
	}
