function MakeFlash(Url,Width,Height){                   
document.writeln("<embed type=\"application/x-shockwave-flash\" src=\"" + Url + "\" id=\"movie_player\" name=\"movie_player\" bgcolor=\"#FFFFFF\" quality=\"high\" allowfullscreen=\"true\" ");   
document.writeln("flashvars=\" isShowRelatedVideo=false&showAd=0&show_pre=1&show_next=1&isAutoPlay=false&isDebug=false&UserID=&winType=interior&playMovie=true&MMControl=false&MMout=false&RecordCode=1001,1002,1003,1004,1005,1006,2001,3001,3002,3003,3004,3005,3007,3008,9999\"");   
document.writeln("pluginspage=\" http://www.macromedia.com/go/getflashplayer\"");       
document.writeln(" width=\""+Width+"\"");
document.writeln(" height=\""+Height+"\">");
document.writeln("</embed> ");   
} 

