
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 madjar(alamat,judul,w,h) {
	var l = (screen.width - w) / 2;
	var t = (screen.height - h) / 2;
	var NewWindow = window.open (alamat,judul,"scrollbars=no,resizable=no,width="+w+",height="+h+",top="+t+",left="+l);
	NewWindow.focus();
} 

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

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

function mapdetail(alamat,judul) 
{ var NewWindow =window.open(alamat,judul,"resizable=no,status=no,scrollbars=no,width=447,height=550"); 
  NewWindow.focus();
}

function baru4(alamat,judul) 
{ var NewWindow =window.open(alamat,judul,"resizable=no,status=no,scrollbars=no,width=312,height=193"); 
  NewWindow.focus();
}

