function openwindow(frame)
{ 
	newWindow=window.open(frame, 'newWin', 'Toolbar=0, Location=0, Directories=0, Status=0, Menubar=0, Scrollbars=0, Resizable=0, Copyhistory=1, Width=640, Height=480');
	}
