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

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

