	function openSimpleWindow(url)
	{
		popup = window.open(url,"popup","location=no,menubar=no,resizable=yes,scrollbars=yes");
	}


