var help = new Array();
// Set the description for each help tip
help["raleyField"] = /*'<table cellpadding="0" cellspacing="0" border="0" class="regcopy" width="200">' +
							'	<tr>' +
							'		<td bgcolor="#E3E0C2" width="200"><b>Cal Expo</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 exterior view</td></tr>' +
							'	</table>';*/
		'<div id="tooltipContent">'+
		'<div id="tooltipTitle">Sacramento <br> '+
		'Raley Field' +
		'</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["raleyField"] = new Array();
content["raleyField"][0] = 'Raley Field Exterior';
content["raleyField"][1] = '/flash/raleyField.swf';
content["raleyField"][2] = 'This is Raley Field';


