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

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


