// 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="531" height="391"><param name="movie" value="/royale_palms_luxury_gainesville_apartments/tour/25/' + theNum + '.swf"><param name="wmode" value="transparent"><param name="quality" value="high"><param name="allowFullScreen" value="true" /><embed src="/royale_palms_luxury_gainesville_apartments/tour/25/' + theNum + '.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" wmode="transparent" allowFullScreen="true" type="application/x-shockwave-flash" width="531" height="391"></embed></object>';
		
document.getElementById('mapHolder').innerHTML = "<a href='#SeeMap'><img src='/royale_palms_luxury_gainesville_apartments/1BR/images/rp-map.gif' /></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=8,0,0,0" id="vtHoldingFrame" width="531" height="391"><param name="movie" value="/royale_palms_luxury_gainesville_apartments/tour/2br-split/' + theNum + '.swf"><param name="wmode" value="transparent"><param name="quality" value="high"><param name="allowFullScreen" value="true" /><embed src="/royale_palms_luxury_gainesville_apartments/tour/2br-split/' + theNum + '.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" wmode="transparent" allowFullScreen="true" type="application/x-shockwave-flash" width="531" height="391"></embed></object>';
		

	document.getElementById('mapHolder').innerHTML = "<a href='#SeeMap'><img src='/royale_palms_luxury_gainesville_apartments/1BR/images/rp-map.gif' /></a>";
	
	
	}
	
	
	function swapTheVT3(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="531" height="391"><param name="movie" value="/royale_palms_luxury_gainesville_apartments/tour/27/' + theNum + '.swf"><param name="wmode" value="transparent"><param name="quality" value="high"><param name="allowFullScreen" value="true" /><embed src="/royale_palms_luxury_gainesville_apartments/tour/27/' + theNum + '.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" wmode="transparent" allowFullScreen="true" type="application/x-shockwave-flash" width="531" height="391"></embed></object>';
		

	
	document.getElementById('mapHolder').innerHTML = "<a href='#SeeMap'><img src='/royale_palms_luxury_gainesville_apartments/1BR/images/rp-map.gif' /></a>";
	
	
	}
	
	
		function origState() {
		
	document.getElementById('vt_holder').innerHTML = '<img style="cursor:pointer;" src="/royale_palms_luxury_gainesville_apartments/1BR/images/click_to_play.gif"  onclick="swapTheVT(\'1\');">';
	
	}
	
	function origState2() {
		
	document.getElementById('vt_holder').innerHTML = '<img style="cursor:pointer;" src="/royale_palms_luxury_gainesville_apartments/2BR/images/rp_movie_window.gif"  onclick="swapTheVT2(\'1\');">';
	
	}
	
	
	function origState3() {
		
	document.getElementById('vt_holder').innerHTML = '<img style="cursor:pointer;" src="/royale_palms_luxury_gainesville_apartments/3BR/images/movie_window_with_play.gif" onclick="swapTheVT3(\'1\');">';
	
	}
