function putFlash(theflash){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="171" height="114">');
    document.write('<param name="movie" value="/images/flash171_114/'+theflash+'">');
    document.write('<param name="quality" value="high">');
    document.write('<embed src="/images/flash171_114/'+theflash+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="171" height="114"></embed>');	   
	document.write(' </object>');
	
}
function openVidWindow(theURL) { //v2.0
var theWindow =window.open(theURL,'popupVid','toolbar=no,status=yes,menubar=no,resizable=no,scrollbars=no,width=335,height=282');
theWindow.focus();
}