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

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