<!-- link policy
if (top.frames.length!=0)
 top.location=self.document.location;

function piczoom(pic){
  var url = "http://www.tahoestores.com/images/" + pic;
  window.open(url,"pic640x480","width=640,height=480");
}
function zoompic(pic){
  var url = "http://www.tahoestores.com/images/" + pic;
  window.open(url,"pic480x640","width=480,height=640");
}
function bare_window(url) {
  window.open(url,"_blank","width=640,height=800,scrollbars,resizable");
}
MSFPhover = 
  (((navigator.appName == "Netscape") && 
  (parseInt(navigator.appVersion) >= 3 )) || 
  ((navigator.appName == "Microsoft Internet Explorer") && 
  (parseInt(navigator.appVersion) >= 4 ))); 
function MSFPpreload(img) 
{
  var a=new Image(); a.src=img; return a; 
}
