function IMWINDOW()
{
var help = '/abc.html'
imwindow = parent.window.open(help,'imWIN','height=450,width=520,scrollbars=yes,screenX=50,screenY=50,left=50,top=50')
imwindow.focus()
}

function MAWINDOW()
{
var help = '/mobil.html'
mawindow = parent.window.open(help,'maWIN','height=250,width=200,scrollbars=no,screenX=50,screenY=50,left=50,top=50')
mawindow.focus()
}

function LIWINDOW()
{
var help = '/links.html'
liwindow = parent.window.open(help,'liWIN','height=450,width=520,scrollbars=yes,screenX=50,screenY=50,left=50,top=50')
liwindow.focus()
}

function BspWINDOW()
{
var help = '/beispielplanung/1.html'
bspwindow = parent.window.open(help,'bspWIN','height=580,width=620,scrollbars=yes,screenX=50,screenY=50,left=50,top=50')
bspwindow.focus()
}

