function cekform() {
var themessage = "Maaf, Anda belum mengisi field: ";
if (document.form.name.value=="") {
themessage = themessage + " - NAMA";
}
if (document.form.email.value=="") {
themessage = themessage + " - EMAIL";
}
if (document.form.comment.value=="") {
themessage = themessage + " - ISI KOMENTAR";
}


function pesan() {
  window.open("sb_send.htm","myRemote","height=300,width=440,screenX=500,toolbars=1,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable='no'","myWindow");
}

function dok(w,h,f,d,t) {
    wp = w + 50;  		// width halaman popup
    hp = h + 100;  		// height halaman popup
    namafile = "dok_view.htm?w=" + w + "&h=" + h + "&dir=dok/" + d + "&img=" + f + "&t=" + t;
    window.open(namafile,"myFoto","width=" + wp + ",height=" + hp + ",screenX=500,toolbars=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable='no'","myFotox");
}

function cetak() {
  window.open("art_cetak.htm","myRemote","height=600,width=1260,screenX=500,toolbars=1,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable='no'","myWindow");
}

function kirim(x) {
	namafile = "prog_beritahu.htm?id=" + x;
	window.open(namafile,"myKirim","height=320,width=320,screenX=500,toolbars=1,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable='no'","myKirimx");
}


// JavaScript Document