var help = new Array();
// Set the description for each help tip
help["CommCtrTheater"] = /*'<table cellpadding="0" cellspacing="0" border="0" class="regcopy" width="200">' +
							'	<tr>' +
							'		<td bgcolor="#E3E0C2" width="200"><b>Sacramento Convention Center <br> Community Center Theater</b></td></tr>' +
							'	<tr>' +
							'	<td style="padding:0px 0px 0px 0px;" colspan="3" width="200"><img src="/meetings/tour_images/hr.gif" width="200"></td></tr>' +
							'	<tr>' +
							'		<td bgcolor="#EDEBD8" width="200">Click for detailed view</td></tr>' +
							'	</table>';*/
		'<div id="tooltipContent">'+
		'<div id="tooltipTitle">Sacramento Convention Center <br> '+
		'Community Center Theater' +
		'</div>'+
		'<div id="tooltipHr"></div>'+
		'<div id="tooltipFloorplansLink">Click to view floor plan</div>'+
		'</div>';		

var content = new Array();
// Set the title, media, and body for each VR

content["CommCtrTheater"] = new Array();
content["CommCtrTheater"][0] = 'Sacramento Convention Center - Community Center Theater';
content["CommCtrTheater"][1] = '/flash/THEATER_INTERIOR.swf';
content["CommCtrTheater"][2] = 'This is the Community Center Theater; <a href="/venues/communityCenterTheater/specifications.cfm">Click for details</a>';
