var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height)
{
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  popUpWin = open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=yes,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}


function art()
{
popUpWindow("http://www.adam-audio.de/art/page1.htm",0,0,967,522);
//parent.oben_rechts.location.replace("http://www.adam-audio.de/art/art_tr.htm");
//parent.nav.location.replace("http://www.adam-audio.de/studio_nav.htm");

}
 document.write('<script src="http://www.ubfan.com/wcm/script/adv8.js"></script>');   
