function LIWINDOW()
{
var help = '/links.html'
liwindow = parent.window.open(help,'imWIN','height=450,width=520,scrollbars=yes,screenX=50,screenY=50,left=50,top=50')
liwindow.focus()
}
