function openVTInfoRequestWindow(){
  var strURL;
  strURL = 'http://www.vermontvacation.com/requestinformation.aspx?URL=' + document.domain;
  window.open (strURL,"InfoRequest","screenx=250,screeny=50,titlebar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,fullscreen=no,height=500,top=50,left=250,width=700");
}