// 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="531" height="391"><param name="movie" value="/Camden_Court_Luxury_Apartments_Gainesville_FL/VTs/4BR-3BA-2nd/' + theNum + '.swf"><param name="wmode" value="transparent"><param name="quality" value="high"><embed src="/Camden_Court_Luxury_Apartments_Gainesville_FL/VTs/4BR-3BA-2nd/' + 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="531" height="391"></embed></object>';
	
	document.getElementById('mapHolder').innerHTML = "<a href='#SeeMap'><img src='images/map_enlarge.jpg' /></a>";
	
	
	}
	
	
	
	function swapTheVT2(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="531" height="391"><param name="movie" value="/Camden_Court_Luxury_Apartments_Gainesville_FL/VTs/4BR-3BA-2nd/' + theNum + '.swf"><param name="wmode" value="transparent"><param name="quality" value="high"><embed src="/Camden_Court_Luxury_Apartments_Gainesville_FL/VTs/4BR-3BA-2nd/' + 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="531" height="391"></embed></object>';
	
	document.getElementById('mapHolder').innerHTML = "<a href='#SeeMap'><img src='images/map_enlarge.jpg' /></a>";
	
	
	}
	
	
		function origState() {
		
	document.getElementById('vt_holder').innerHTML = '<img style="cursor:pointer;" src="/Camden_Court_Luxury_Apartments_Gainesville_FL/3BR_2BA/images/click_to_play.gif" width="531" height="391" onclick="swapTheVT(\'1\');">';
	
	}
	
	function origState2() {
		
	document.getElementById('vt_holder').innerHTML = '<img style="cursor:pointer;" src="/Camden_Court_Luxury_Apartments_Gainesville_FL/3BR_2BA/images/click_to_play.gif" width="531" height="391" onclick="swapTheVT2(\'1\');">';
	
	}