/*
<script language="JavaScript">
<!--
var object_classid='';
var object_url='';
var object_width='';
var object_height='';
//-->
</script>
<script language="JavaScript" src="../view_flash.js"></script>
*/
var object_classid;
var object_width;
var object_height;

if(object_classid) var classid_str='classid="'+object_classid+'"';
if(object_width) var width_str='width="'+object_width+'"';
if(object_height) var height_str='height="'+object_height+'"';

document.write('<object '+classid_str+' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" '+width_str+' '+height_str+'>');
document.write('<param name="movie" value="'+object_url+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="menu" value="false">');
document.write('<param name="wmode" value="transparent">');
document.write('<embed src="'+object_url+'" '+width_str+' '+height_str+' pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">');
document.write('</embed>');
document.write('</object>');
