function OpenDialog ()
	{
		window.open('', 'Dialog', 'width=640,height=350,SCROLLBARS=1,RESIZABLE=1,TOOLBAR=0,MENUBAR=0,LOCATION=0,DIRECTORIES=0,STATUS=,');
	}
