
function openWindow(winfile)

		{

			window_handle = window.open (winfile, 'largeimage', 'width=318,height=400,screenX=30,screenY=30,top=30,left=30,scrollbars=auto,scrollbars=1,resizable=yes,resizable=1');

			window_handle.focus();
		}