function video(path){
		OpenWindow=window.open("", "alert", "height=400, width=500, toolbar=no ,scrollbars=no, menubar=no, top=309, left=312"); 
		OpenWindow.document.write("<HTML><HEAD>");
		OpenWindow.document.write("<TITLE>Video</TITLE>");
		OpenWindow.document.write("</HEAD><BODY bgcolor=\"\">");
		OpenWindow.document.write("<table align=\"center\">");
		OpenWindow.document.write("<tr><td align=\"center\">");
		OpenWindow.document.write("<OBJECT ID=\"WMPlay\" WIDTH=400 HEIGHT=320 CLASSID=\"CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95\" CODEBASE=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715\" STANDBY=\"Loading Microsoft? Windows Media? Player components...\" TYPE=\"application/x-oleobject\"> ");
		OpenWindow.document.write("<PARAM NAME=\"FileName\" VALUE=\"" + path + "\">");
        OpenWindow.document.write("<PARAM NAME=\"ShowControls\" VALUE=\"True\">");
        OpenWindow.document.write("<PARAM NAME=\"AutoRewind\" VALUE=\"True\">");
        OpenWindow.document.write("<PARAM NAME=\"AutoStart\" VALUE=\"True\">");
        OpenWindow.document.write("</OBJECT>");
		OpenWindow.document.write("</td></tr>");
		OpenWindow.document.write("<tr><td align=\"center\"><input type=\"button\" value=\"Close\" onClick=\"javascript:window.close();\"></td></tr>");
		OpenWindow.document.write("</table>");
		
		OpenWindow.document.write("</BODY>");
		OpenWindow.document.write("</HTML>");
		OpenWindow.document.close();
}

function video_zh(path){
		OpenWindow=window.open("", "alert", "height=400, width=500, toolbar=no ,scrollbars=no, menubar=no, top=309, left=312"); 
		OpenWindow.document.write("<HTML><HEAD>");
		OpenWindow.document.write("<TITLE>Video</TITLE>");
		OpenWindow.document.write("</HEAD><BODY bgcolor=\"\">");
		OpenWindow.document.write("<table align=\"center\">");
		OpenWindow.document.write("<tr><td align=\"center\">");
		OpenWindow.document.write("<OBJECT ID=\"WMPlay\" WIDTH=400 HEIGHT=320 CLASSID=\"CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95\" CODEBASE=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715\" STANDBY=\"Loading Microsoft? Windows Media? Player components...\" TYPE=\"application/x-oleobject\"> ");
		OpenWindow.document.write("<PARAM NAME=\"FileName\" VALUE=\"" + path + "\">");
        OpenWindow.document.write("<PARAM NAME=\"ShowControls\" VALUE=\"True\">");
        OpenWindow.document.write("<PARAM NAME=\"AutoRewind\" VALUE=\"True\">");
        OpenWindow.document.write("<PARAM NAME=\"AutoStart\" VALUE=\"True\">");
        OpenWindow.document.write("</OBJECT>");
		OpenWindow.document.write("</td></tr>");
		OpenWindow.document.write("<tr><td align=\"center\"><input type=\"button\" value=\"¹Ø±Õ\" onClick=\"javascript:window.close();\"></td></tr>");
		OpenWindow.document.write("</table>");
		
		OpenWindow.document.write("</BODY>");
		OpenWindow.document.write("</HTML>");
		OpenWindow.document.close();
}