/* a javascript function that takes a QT movie and calls its "Play" method */
// function PlayIt(anObj)
// {
//         anObj.Play();
// }

/* a javascript function that takes a QT movie and calls its "Stop" method */
// function StopIt(anObj)
// {
//         anObj.Stop();
// }

// function loadReel(reelnum,divname){
// 	tmp = document.reelmovie;
// 	if tmp {
// 		tmp.Stop();
// 	}
// 	// setTimeout('', 1000);
// 	new Ajax.Updater('film', '/frontend_dev.php/commercial/reelshow/reelnum/'+reelnum, {asynchronous:true, evalScripts:false}); return false;
// }