// <![CDATA[
// Updates the title of the frameset if possible (ns4 does not allow this)
if (typeof(parent.document) != 'undefined' && typeof(parent.document) != 'unknown'
	&& typeof(parent.document.title) == 'string') {
	parent.document.title = 'AUTO';
}

// js form validation stuff
var errorMsg0   = 'Требуется значение для формы!';
var errorMsg1   = 'Это не число!';
var noDropDbMsg = 'Команда "Удалить БД" отключена.';
var confirmMsg  = 'Вы действительно желаете ';
var confirmMsgDropDB  = 'Вы уверенны что хотите уничтожить всю базу данных?';
// ]]>


var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	
	
try {
	var pageTracker = _gat._getTracker("UA-4119679-3");
	pageTracker._trackPageview();
} catch(err) {}
	
	
	
function branchSwitch(branch) { 
dom = (document.getElementById); 
ie4 = (document.all); 
if (dom || ie4) { 
var currElement = (dom)? document.getElementById(branch) : document.all[branch]; 
currElement.style.display = (currElement.style.display == 'none')? 'block' : 'none'; 
return false;
} 
else return true; 
} 
	
function go_url(url)
{
	document.location.href = url;
}
