/* Javascript for field archery target details */
/* Eric Anderson October 2004 */

	/* 
	Populate associative array wmURLs with image or page URLs.
	Array is used by showView() in target_code.js. 

	['vxxx'] indices correspond with parameters in the 
	HREFs in the image map for the course layout. 
	URLs may reference a single image or a page containing
	several items relating to the particular area of the course. eg.

		vmURLs['v1'] = 'wmtarget1.jpg';  
		wmURLs['vhut'] = 'wmhut.htm'; 
	
	A null or undefined value uses noview.htm which produces a popup message 
		'Sorry, no views of this area available yet'.
	*/

	wmURLs['v1'] = 'photos/wmtargetT30Oct2004.jpg'; /* target 1 */
	wmURLs['v2'] = 'photos/wmtargetT20Oct2004.jpg'; 	/* target 2 */
	wmURLs['v3'] = 'photos/wmtargetT15Oct2004.jpg'; 	/* target 3 */
	wmURLs['v4'] = 'photos/wmtargetT55Oct2004-set.htm'; 	/* target 4 */
	wmURLs['v5'] = 'photos/wmtargetT80Oct2004-set.htm'; 	/* target 5 */
	wmURLs['v6'] = 'photos/wmtargetT35Oct2004.jpg'; 	/* target 6 */
	wmURLs['v7'] = 'photos/wmtargetT45wOct2004.jpg'; 	/* target 7 */
	wmURLs['v8'] = 'photos/wmtargetT50Oct2004.jpg'; 	/* target 8 */
	wmURLs['v9'] = 'photos/wmtargetT25Oct2004.jpg'; 	/* target 9 */
	wmURLs['v10'] = 'photos/wmtargetT60Oct2004.jpg'; 	/* target 10 */
	wmURLs['v11'] = 'photos/wmtargetT40Oct2004.jpg'; 	/* target 11 */
	wmURLs['v12'] = 'photos/wmtargetTbunFeb2005.jpg';	/* target 12 */
	wmURLs['v13'] = 'photos/wmtargetT65Feb2005.jpg'; 	/* target 13 */
	wmURLs['v14'] = 'photos/wmtargetT45Feb2005.jpg'; 	/* target 14 */
	wmURLs['vprac'] = 'photos/wmpracOct2004-set.htm'; 	/* practice targets */
	wmURLs['vhut'] = 'photos/wmhutFeb2005.jpg'; 	/* club hut */


/* end */