﻿function video(s){
document.write("<OBJECT id=NSPlay codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701 " +
"type=application/x-oleobject height=310 " +
"standby='Loading Microsoft Windows Meda Player components...' " +
"width=500 align=center " +
"classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 name=NSPlay "+
"bgcolor='Black'>"+
"<PARAM NAME='Filename' value='"+s+"'>" +
"<PARAM NAME='AnimationatStart' VALUE='true'>" +
"<PARAM NAME='TransparentatStart' VALUE='true'>" +
"<PARAM NAME='AutoStart' VALUE='true'>" +
"<PARAM NAME='ShowControls' VALUE='1'>" +
"<PARAM NAME='ShowStatusBar' VALUE='1'>  " +       	              	   
"<embed src='"+s+"'" +
" type='application/x-mplayer2' " +
"pluginspage='http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp' width='320' height='308' name='NSPlay' " +
"showcontrols='1' showdisplay='0' showstatusbar='1'></embed></OBJECT>");
}
