function video( vidwidth , vidheight , vidfile){
document.write(' <!--[if !IE]> Standard XHTML object instanciation <!-->');
document.write(' <object id="flash" type="application/x-shockwave-flash" data="cm/videofinal.swf" width=" ' + vidwidth + '" height="' + vidheight + '">');
document.write(' <!--><![endif]--> ');
document.write(' <!--[if IE]> ' );
document.write(' <object id="flash" classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" width=" ' + vidwidth + '" height="' + vidheight + '">');
document.write(' <![endif]--> ');
document.write(' <param name="movie" value="./cm/videofinal.swf" /> ');
document.write(' <param name="wmode" value="transparent" /> ');
document.write(' <param name="flashvars" value="urlvideo=' +vidfile+ '" /> ');
document.write(' </object> ');
}


