function scroller() 
		{
			window.status =" Кафедра \"Математическая кибернетика\" МАИ "
		}

function CloseWindow(url)
		{
			window.close("Закрыть стартовую страницу?");
			coverWindow = window.open(url, 
			                          "", 
									  "toolbar=1, menubar=0, status=0, scrollbars=1, width=795, height = 520"
									  );
		}

function reply(){
			mreplywin = window.open('','mreplywin54','width=450,height=320,scrollbars=0,status=0,resizeable=0');
			mreplywin.location.href = '/contacts/addguest.php';
			mreplywin.focus(); // bring our subwindow to the front
			if (mreplywin.opener == null) mreplywin.opener = window;
}



