function openVTInfoRequestWindow(){
  var strURL;
  //strURL = 'http://www.vermontvacation.com/common/request_offsite.asp?URL=' + document.domain;
  strURL = 'http://www.vermontvacation.com/en/Request%20Information%20Form.aspx';
  window.open (strURL,"InfoRequest","screenx=250,screeny=50,titlebar=no,toolbar=no,location=no,scrollbars=yes,resizable=yes,fullscreen=no,height=700,top=50,left=250,width=1000");
}
