
function VideoResize(h){
	var menu = document.getElementById("danaVideo");
	menu.style.height = h + "px";
}

function VideoPopup(file, chapter, time){
    var url = "/swf/VideoPop.aspx?url=" + file + "&chapter=" + chapter + "&time=" + time;
    window.open(url, "Video_Popup", "width=720,height=520,resizable=no,scrollbars=no,menubar=no,toolbar=no,directories=no,location=no,status=no,left=20,top=20");
}
