
function OuvirWMP(file) {
    document.getElementById("divPlayer").innerHTML = "<div width=\"305\" align=\"right\"><span style=\"cursor:pointer;\" onclick=\"ClosePlayer()\"><img src=\"img/sobre/fechar.gif\"></span></div><OBJECT ID=\"MPlayer\" classid=\"CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902\" standby=\"Loading Microsoft Windows Media Player components...\" width=\"310\" height=\"33\" type=\"application/x-oleobject\"> <PARAM NAME=\"FileName\"  VALUE=\"" + file + "\"> <PARAM NAME=\"AutoStart\" VALUE=\"true\"> <PARAM NAME=\"ShowControls\"    Value=\"true\"> <EMBED type=\"application/x-mplayer2\"  pluginspage = \"http://www.microsoft.com/Windows/MediaPlayer/\" SRC=\"" + file + "\" name=\"player\" width=310 height=33 ShowControls=1 AutoStart=1> </EMBED> </OBJECT>";
    document.getElementById("divPlayer").style.display = "block";
}

function ClosePlayer() {
    document.getElementById("divPlayer").innerHTML = "";
    document.getElementById("divPlayer").style.display = "none";
}

function OuvirQTP(file) {
    document.getElementById("divPlayer").innerHTML = "<div width=\"305\" align=\"right\"><span style=\"cursor:pointer;\" onclick=\"ClosePlayer()\"><img src=\"img/sobre/fechar.gif\"></span></div><br><OBJECT ID=\"MPlayer\" classid=\"clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B\" codebase=\"http://www.apple.com/qtactivex/qtplugin.cab\" standby=\"Loading Quick Time components...\" width=\"310\" height=\"33\"> <PARAM NAME=\"src\"  VALUE=\"" + file + "\"> <PARAM NAME=\"qtsrc\"  VALUE=\"" + file + "\"> <param name=\"loop\" value=\"false\"> <PARAM NAME=\"autoplay\" VALUE=\"true\"> <PARAM NAME=\"controller\"    Value=\"true\"> <EMBED src=\"" + file + "\"  name=\"player\" width=310 height=33 autoplay=\"true\" loop=\"false\" controller=\"true\" pluginspage=\"http://www.apple.com/quicktime/\"> </EMBED> </OBJECT>";
    document.getElementById("divPlayer").style.display = "block";
}

function OuvirRP(file) {
    document.getElementById("divPlayer").innerHTML = "<div width=\"305\" align=\"right\"><span style=\"cursor:pointer;\" onclick=\"ClosePlayer()\"><img src=\"img/sobre/fechar.gif\"></span></div><OBJECT ID=\"MPlayer\" classid=\"clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA\" standby=\"Loading Real Play components...\" width=\"310\" height=\"33\"> <PARAM NAME=\"NoLogo\" Value=\"True\"> <PARAM NAME=\"src\"  VALUE=\"" + file + "\"> <param name=\"Console\" value=\"vidplayer\"> <PARAM NAME=\"AutoStart\" VALUE=\"true\"> <PARAM NAME=\"Controls\"    Value=\"ControlPanel\"> <EMBED  src=\"" + file + "\"  name=\"player\" width=310 height=33 AUTOSTART=true Controls=ControlPanel Console=player1 NOJAVA=true NOLOGO=true> </EMBED> </OBJECT>";
    document.getElementById("divPlayer").style.display = "block";
}