<!--
if (top.frames.length!=0)
  top.location=self.document.location;

function pic640x480(pic){
  var url = "http://dreamlaketahoe.com/images/" + pic;
  window.open(url,"pic640x480","width=640,height=480");
}
function pic480x640(pic){
  var url = "http://dreamlaketahoe.com/images/" + pic;
  window.open(url,"pic480x640","width=480,height=640");
}

<!-- print this window script
function printWindow(){
   version = parseInt(navigator.appVersion)
   if (version >= 4) window.print()
}

// -->