function quicktimeViewer(movieURL,wd,ht) {
	var fullURL = 'http://www.seedquest.com/hosting/seedworld/giantsviews/quicktimeViewer.htm?qt=' + movieURL + '&w=' + wd + '&h=' + ht;
	window.open(fullURL,'viewingWindow','width=470,height=400');
}