function msover(img,ref) { if (roll == 'true') { document.images[img].src = ref; } }

function msout(img,ref)  { if (roll == 'true') { document.images[img].src = ref; } }


function baru(alamat,judul) 
{ var NewWindow =window.open(alamat,judul,"resizable=no,status=no,scrollbars=yes,width=450,height=500"); 
  NewWindow.focus();
}

function nd(alamat,judul) 
{ var NewWindow =window.open(alamat,judul,"resizable=yes,status=no,scrollbars=yes,width=430,height=600"); 
  NewWindow.focus();
}

function photogallery(alamat,judul) 
{ var NewWindow =window.open(alamat,judul,"resizable=yes,status=no,scrollbars=yes,width=650,height=500"); 
  NewWindow.focus();
}

function news(alamat,judul) 
{ var NewWindow =window.open(alamat,judul,"resizable=yes,status=no,scrollbars=yes,width=450,height=500"); 
  NewWindow.focus();
}