var stats = new Array("","Elektrogeräte","Kaffee&Espresso","Küchenstudio","Elektrotechnik","Shop","über uns","Kontakt/Links");

function over(nr)
{
  self.status = stats[nr];
}

function out(nr)
{
  self.status = "";
}

function click(nr)
{

}

function popWin(url,sx,sy,name,bars)
{
// var sx = 560;
// var sy = 380;
// "impressum.htm"
//"impressum"
 var win=window.open(url, name, "scrollbars="+(bars == 1 ? "yes" : "no")+",status=no,resizable=yes,left="+((screen.width-sx)/2)+",top="+((screen.height-sy)/2)+",width="+sx+",height="+sy);
 win.focus();
}