var actual="*******";
var link_page = "/pages/about/";
actual = "Актуално: <br><a style='font-size:9px' title='"+actual+"' href='" + link_page + "'><font color='orangered'>" + actual + "</font></a>";

function mov (which) {
	if (which.className != "menuintover") clas=which.className
	else clas="menuint";
	which.className = "menuintover";
}	
function mout (which) {
	which.className=clas;
}
	
function movein(which,html_1){
	if (which.className != "menuintover") clas=which.className
	else clas="menuint";
	which.className = "menuintover";
	if (document.getElementById)
	document.getElementById("boxdescription").innerHTML=html_1
	else
	boxdescription.innerHTML=html_1;
	//document.getElementById("boxdescription").innerHTML=clas;
}

function moveout(which){
	which.className=clas;
	if (document.getElementById)
	document.getElementById("boxdescription").innerHTML = actual
	else
	boxdescription.innerHTML=actual
}
function printPage() { 
  if (window.print)
  	if (confirm("Ok за печат")) 
  	{
    	window.print();
  	}
} 
var StayAlive = 80; 
function KillMe(){
setTimeout("self.close()",StayAlive * 1000);
}
function where(where_is)
{
<!--//
			var t=new Date(); 
			if (navigator.appname != 'Netscape') {color= "color="+screen.colorDepth+"&";}
			else {color = "color="+screen.pixelDepth+"&";}
			ref=escape(parent.document.referrer);
			avail = "avail="+t.getTimezoneOffset()+"&";
			res = "res="+screen.width+"x"+screen.height;
			isize = " width='1' height='1' border='0'";
			img = "<img name='img' src='a_shop/admin/ip.php?table=visitors&amp;f="+where_is+"&amp;ref="+ref+"&amp;"+color+avail+res+"'"+isize+">";
			document.write(img);
//-->
}
function addBeh () {
	var x = document.getElementById('masterdiv');
	if (!x) return;
	var y = x.getElementsByTagName('li');
	for (var i=0;i<y.length;i++)
		{
		 if (y[i].className=="menuint")
		 {	
			y[i].onmouseover=ov;
			y[i].onmouseout=ou;
		 }
		 if (y[i].className=="menu4")
		 {	
			y[i].onmouseover=ov;
			y[i].onmouseout=ou4;
		 }
		  if (y[i].className=="menudiv")
		 {	
			y[i].onmouseover=ov;
			y[i].onmouseout=oudiv;
		 }	
			

		}
}
function ov () {
	this.className="menuintover";
}
function ou () {
	this.className="menuint";
}
function ou4 () {
	this.className="menu4";
}
function oudiv () {
	this.className="menudiv";
}