// Fensterposition horizontal 200, vertical 200
// uebergabe url , breite , hoehe
// aufruf: <a href="javascript: poolA('popuppoolA.html','600','600')">POPUP</a>

function poolA()
{
x=200;
y=200;
popup=window.open(http://www.led-mallorca.de/popuppoolA.html,'poolA','width='+ 600 +',height='+ 600 +',left=' + 200 +',top='+ 200 +',directories=0,status=0,scrollbars=0,resizable=1,menubar=1,locationbar=1')
}

