// JavaScript Document
function obj_w(s,w,h){
document.write('<embed src=' + s + ' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" width="' + w + '" height="' + h + '"></embed');
document.write('</object>');
}
