
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=no,width=280,height=350"); 
  NewWindow.focus();
}

function baru2(alamat,judul) 
{ var NewWindow =window.open(alamat,judul,"resizable=no,status=no,scrollbars=no,width=300,height=350"); 
  NewWindow.focus();
}