
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 width = 450;
    var height = 500;
    var left = parseInt((screen.availWidth/2) - (width/2));
    var top = parseInt((screen.availHeight/2) - (height/2));
    var windowFeatures = "width=" + width + ",height=" + height + ",left=" + left + ",top=" + top + "screenX=" + left + ",screenY=" + top;
    myWindow = window.open(alamat,judul,windowFeatures);
    myWindow.focus();
}
  
function panorama(alamat,judul) 
{ var NewWindow =window.open(alamat,judul,"resizable=yes,status=no,scrollbars=yes,width=1100,height=700"); 
  NewWindow.focus();
}

function baru1(alamat,judul) 
{ var NewWindow =window.open(alamat,judul,"resizable=no,status=no,scrollbars=no,width=450,height=300"); 
  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();
}

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