function showVT(vt) {
  window.open('virtual-tours/'+vt+'.html', 'vt', 'width=500,height=400');
  
}