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