function MakeFocusPic(Url,Width,Height){
document.writeln("<object id='FocusPic' data='../style/global/FocusPic.swf?xml="+Url+"' type='application/x-shockwave-flash' width='"+Width+"' height='"+Height+"' >")
document.writeln("<param name='movie' value='../style/global/FocusPic.swf?xml="+Url+"' />")
document.writeln("<param name='quality' value='High' />")
document.writeln("<param name='wmode' value='transparent' />")
document.writeln("</object>")
}
//<script language="javascript" type="text/javascript" src="../style/global/FocusPic.js"></script>
//<script language="javascript" type="text/javascript">MakeFocusPic("../style/global/FocusPic.xml","970","490");</script>
