<!--
function buka(nama, w, h)
{
 window.open(nama,'info'+h,'location=no,height='+h+',width='+w+',status=no, scrollbars=yes'); 
}

function buka_lagi(hdx,nama, w, h)
{
 window.open(nama,'info'+hdx,'location=no,height='+h+',width='+w+',status=no, scrollbars=yes'); 
}

function download(id)
{
 full = "konten"+id
 window.open(full,'vid','location=no,height=600,width=800,status=no, scrollbars=yes'); 
}

function openwin(tfile)
{
 window.open(tfile,'vid','location=no,height=500,width=700,status=no, scrollbars=yes'); 
}

function openpmb()
{
 window.open('files/pmb/index.php','pmb','location=no,height=600,width=475,status=no, scrollbars=yes'); 
}

//-->
