function run_movie(a,w,h){text="<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width=\""+w+"\" height=\""+h+"\">\r\n";text+="<param name=\"allowScriptAccess\" value=\"sameDomain\">\r\n";text+="<param name=\"movie\" value=\""+a+"\">\r\n";text+="<param name=\"menu\" value=\"false\">\r\n";text+="<param name=\"quality\" value=\"high\">\r\n";text+="<param name=\"bgcolor\" value=\"#000000\">\r\n";text+="<embed src=\""+a+"\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+w+"\" height=\""+h+"\" menu=\"false\" bgcolor=\"#000000\" allowScriptAccess=\"sameDomain\">\r\n";text+="</object>\r\n";document.write(text);return 1}