function ViewFlash(fName,fWidth,fHeight)
{
document.writeln("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http:\/\/fpdownload.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,0,0\" width=\""+ fWidth +"\" height=\""+ fHeight +"\" id=\"index\" align=\"middle\">");
document.writeln("<param name=\"allowScriptAccess\" value=\"sameDomain\" \/>");
document.writeln("<param name=\"movie\" value=\""+ fName +"\" \/>");
document.writeln("<param name=\"quality\" value=\"high\" \/>");
document.writeln("<param name=\"wmode\" value=\"transparent\" \/>");
document.writeln("<param name=\"FlashVars\" value=\"FlashInit=yes\" \/> ");
document.writeln("<embed src=\""+ fName +"\" quality=\"high\" width=\""+ fWidth +"\" height=\""+ fHeight +"\" name=\"index\" align=\"middle\" allowScriptAccess=\"sameDomain\"  FlashVars=\"FlashInit=yes\" type=\"application\/x-shockwave-flash\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" wmode=\"transparent\" \/>");
document.writeln("<\/object>")
} 











