function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function upload(){
	window.open('../Upload/Default.aspx','','width=400,height=50,status=yes,toolbar=no,scrollbars=yes,resizable=no,navbar=no');
}
function browseslikice(){
	window.open('Default.aspx?mode=browse','','width=600,height=500,status=yes,toolbar=no,scrollbars=yes,resizable=no,navbar=no');
}
function getfile(file){
	aspnetForm.ctl00_middle_txtimage.value=file;
}
function play(media){
    document.getElementById('mediaplayer').innerHTML='<object classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95"'
    +'type="application/x-oleobject" width="320" height="285">'
    +'<param name="showControls" value="false">'
    +'<param name="fileName" value="'+media+'">'
    + '<embed type="application/x-mplayer2" width="320" height="285"'
    +'showcontrols="false" src="'+media+'"><\/embed><\/object>'
    }
   
   function _doClick(e, buttonid){
        var evt = e ? e : window.event;
        var bt = document.getElementById(buttonid);

        if (bt){
            if (evt.keyCode == 13){
                //bt.onclick(); 
                return false;
            }
        }
    } 
   
   function prozor2(url,width,height)
{
 eval("window.open('" + url + "','_blank','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=" + width + ",height=" + height + "')");
} 