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