// JavaScript Documentfunction showQuicktime(filename, target, width, height){target=target;document.getElementById(target).innerHTML = "<object classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' codebase='http://www.apple.com/qtactivex/qtplugin.cab' width='" + width + "' height='" + height + "'>				<param name='cache' value='true'>		<param name='src' value='" + filename + "'> <param name='autoplay' value='false'>				<param name='controller' value='true'> 		<param name='bgcolor' value='000000'>	<embed width='" + width + "' height='" + height + "' pluginspage='http://www.apple.com/quicktime/download/' src='" + filename + "' type='video/quicktime' controller='true' autoplay='false' cache='true' bgcolor='black' ></object>";}function showSlideshow(target, width, height){	var slideshow = new Slideshow(target, width, height);	}