/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */function play_movie( mov_url ) {	$('poster_frame_div').hide();	$('quicktime_div').update('<embed src="'+ mov_url +'" height="317" width="400" controller="true" loop="false" autoplay="true" pluginspage="http://quicktime.apple.com">');}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */function play_movie_wide( mov_url ) {	$('poster_frame_div').hide();	$('quicktime_div').update('<embed src="'+ mov_url +'" height="377" width="640" controller="true" loop="false" autoplay="true" pluginspage="http://quicktime.apple.com">');}/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */// Preloading Athletics imagesathleticson = new Image();athleticson.src = "images/a_button_on.gif";athleticsoff = new Image();athleticsoff.src = "images/a_button_off.gif";function rollOn(iName) {	if (document.images) document[iName].src = eval(iName + "on.src");}function rollOff(iName) {	if (document.images) document[iName].src = eval(iName + "off.src");}	/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */