function gourl(str){	window.location=str;}function ch_yellow(dbpath1, i){	var str1 = "b"+i+"_1"	document.getElementById(str1).style.background="#BB2A23 none"	var str2 = "b"+i+"_2"	document.getElementById(str2).src=str[i-1].src;	var str3 = "b"+i+"_3"	document.getElementById(str3).style.background="#0292DD"	var str4 = "b"+i+"_4"	document.getElementById(str4).style.background="#0292DD"}function ch_blue(dbpath1, i){	var str1 = "b"+i+"_1"	document.getElementById(str1).style.background="url("+dbpath1+"col4_8_r.gif) repeat-x #291C6D"	var str2 = "b"+i+"_2"	document.getElementById(str2).src=dbpath1+"col4_"+i+".gif"	var str3 = "b"+i+"_3"	document.getElementById(str3).style.background="url("+dbpath1+"col4_8_r.gif) repeat-x #291C6D"	var str4 = "b"+i+"_4"	document.getElementById(str4).style.background="url("+dbpath1+"col4_8_r.gif) repeat-x #291C6D"}/*\u0424\u0443\u043D\u043A\u0446\u0438\u044F getPathName\u041D\u0435\u043E\u0431\u0445\u043E\u0434\u0438\u043C\u0430 \u0434\u043B\u044F \u041E\u043F\u0435\u0440\u044B, \u043F\u043E\u0441\u043A\u043E\u043B\u044C\u043A\u0443 location.pathname\u0434\u043B\u044F \u043D\u0435\u0435 \u0432\u043E\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0442\u0430\u043A\u0436\u0435 \u0438 location.search.*/function getPathName(){var pth = location.pathname.split('?');return pth[0];}/*NavigateView \u043F\u043E\u0437\u0432\u043E\u043B\u044F\u0435\u0442 \u0440\u0430\u0437\u0431\u0438\u0442\u044C \u0437\u0430\u043F\u0438\u0441\u0438 \u043F\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u043D\u0430\u0433\u0440\u0443\u043F\u043F\u044B, \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u044B start \u0438 count \u043C\u0435\u0442\u043E\u0434\u0430 ?OpenView.Arguments:d = \u043D\u0430\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435, \u043B\u0438\u0431\u043E "prev" \u043B\u0438\u0431\u043E "next"n = \u0447\u0438\u0441\u043B\u043E \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432, \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0435\u043C\u044B\u0445 \u043D\u0430 \u043E\u0434\u043D\u043E\u0439 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435*/function navigateView (d, n) {	var c = 0;	var args = location.search.split('&');	var news = new Array();	var ii = 0;	for (var i = 0; i < args.length; i ++) {		if ( args[i].toLowerCase().indexOf('start=') != -1){			c = parseInt(args[i].split('=')[1]);		} else {			news[ii] = args[i];			ii ++;		}	}	 	var strt = getPathName();  		if (args[0] == ''){		location.href = strt + '?OpenView&start=' + n;	} else if (c == 0 && d == 'next'){		location.href += '&start=' + n;	} else if (c == 0 && d == 'prev'){		return alert('\u0412 \u0434\u0430\u043D\u043D\u043E\u043C \u043D\u0430\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0438 \u0434\u043E\u043A\u0443\u043C\u0435\u043D\u0442\u043E\u0432 \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435\u0442.');	} else 	if (c <= n && d == 'prev'){		location.href = strt + news.join('&');	} else 	if (d == 'next'){		location.href = strt + news.join('&') + '&start=' + ( c + n );	} else 	if (d == 'prev'){		location.href = strt + news.join('&') + '&start=' + ( c - n);	}}