if (document.images) {
  var homeoff = new Image();
  homeoff.src = "tophomegold.gif";
  var homeon = new Image();
  homeon.src = "tophomewhite.gif";
  var alexoff = new Image();
  alexoff.src = "topalexgold.gif";
  var alexon = new Image();
  alexon.src = "topalexwhite.gif";
  var lucianoff = new Image();
  lucianoff.src = "toplucianogold.gif";
  var lucianon = new Image();
  lucianon.src = "toplucianowhite.gif";
  var caroloff = new Image();
  caroloff.src = "topcarolgold.gif";
  var carolon = new Image();
  carolon.src = "topcarolwhite.gif";
}


function stathome() {
  window.status='Welcome to Alexandras Kids Corner - site of the Zimmermann-Busato family'; return true;
}

function act(imgName) {
  if (document.images) 
    document[imgName].src = eval(imgName + "on.src");
}

function inact(imgName) {
  if (document.images)
    document[imgName].src = eval(imgName + "off.src");
}


if (top.location != self.location) {
	top.location = self.location
}

var link;

function newWindow(link)  {
var popupWin= window.open(link, 'popWin', 
  'width=620,height=500,left=20,top=20,screenX=20,screenY=20,resizable,scrollbars')
}

function newWindow2(link)  {
var popupWin2= window.open(link, 'popWin2', 
  'width=500,height=300,left=20,top=20,screenX=20,screenY=20,resizable,scrollbars')
}

var favurl="http://www.geocities.com/carolzb/"
var favtitle="Welcome to Lucar - Web Site of the Zimmermann-Busato Family."

function addbookmark(){
if (document.all)
window.external.AddFavorite(favurl,favtitle)
}

function mailpage()
{
  mail_str = "mailto:?subject= Welcome to Lucar :: Web Site of the Zimmermann-Busato Family";
  
  mail_str += "&body= Thought you might be interested! ";
 
  mail_str += " " + location.href;

  location.href = mail_str;
}


onerror = null;
function errorHandler(msg, url, line) {
        return true;
}       
window.onerror=errorHandler;


