function drawwin()
	{newWindow=window.open('/cgi-bin/addressbook.pl','myNewWindow','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=920,height=250,left=0,top=0')}


function closeWindow()
{newWindow.close()}
