function popupGallery(pg,id)
{
      var url;
      var x =(window.screen.width-700)/2;
      var y = (window.screen.height-570)/2;
      var features; 
      
      if (id != undefined)
      {
            url =  'http://www.askbarbadosrealty.com/gallery.php?pg='+ pg +'&id=' + id ;
      }
      else  
      {     url =  'http://www.askbarbadosrealty.com/gallery/'+ pg ; 
      }    
      features = "status=0,location=0,menubar=0,resizable=0,width=700,height=570,left="+ x +",top=" + y ;
       testwindow = window.open(url, "mywindow",features);  
        
}


function popupVT(url)
{
      
      var x =(window.screen.width-815)/2;
      var y = (window.screen.height-554)/2;
   
      
  
      features = "status=0,location=0,menubar=0,resizable=0,width=815,height=554,left="+ x +",top=" + y ;
       testwindow = window.open(url, "mywindow",features);  
        
}