 function wmvplayer(p_filename)
 {
document.write("<object align=\"center\" classid=\"clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95\" description=\"\" filetype=\"Windows Media File\" id=\"1953812\" style=\"WIDTH: 337px; HEIGHT: 283px\" type=\"video\" xmlns=\"\" xmlns:xhtml=\"http://www.w3.org/1999/xhtml\"><param name=\"filename\" value=\"" + p_filename + "\"/>");
document.write("<param name=\"PlayCount\" value=\"1\"/>");
document.write("<param name=\"PreviewMode\" value=\"0\"/>");
document.write("<param name=\"ShowCaptioning\" value=\"0\"/>");
document.write("<param name=\"ShowControls\" value=\"-1\"/>");
document.write("<param name=\"ShowAudioControls\" value=\"-1\"/>");
document.write("<param name=\"ShowDisplay\" value=\"0\"/>");
document.write("<param name=\"ShowGotoBar\" value=\"0\"/>");
document.write("</object>");
 }


