<!--
function showNews(){
	document.getElementById('_news').style.display = 'block';
}
function showSupport(){
	document.getElementById('_support').style.display = 'block';
}
function NavOver(itm){
	var element = document.getElementById(itm);
	element.src = "imgs_nav/" + itm + "_2.jpg";
}
function NavOut(itm){	
	var element = document.getElementById(itm);
	element.src = "imgs_nav/" + itm + "_1.jpg";
}

function fullView(x, w, h){
	window.open("include/imageView.php?img="+x,"_blank","width="+w+", height="+h+",toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no");
}

//-->