var ie = document.all;
function hL(E){
	if (ie) {
		while (E.tagName!="TR") {
		  E=E.parentElement;
		}
	} else	{
		while (E.tagName!="TR") {
			E=E.parentNode;
		}
	}
	E.className = "H";
//	alert(E.name);
}
function dL(E){
	if (ie) {
		while (E.tagName!="TR") {
		  E=E.parentElement;
		}
	} else	{
		while (E.tagName!="TR") {
			E=E.parentNode;
		}
	}
	E.className = "";
}

function CCA(CB) {
	if (CB.checked) {
		hL(CB);
	}
	else {
		dL(CB);
	}
}

function popupnoscroll(url,width,height) {
	w = window.open(url,"","tolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizeable=0,width="+width+",height="+height+",screenX=5,screenY=5,top=5,left=5"); 
	w.focus();
}

/*
Live support linki
<a href='#' onClick=\"popupnoscroll('http://livesupport.primeart.net/client.php?referer=&DeptID=7',650,500); return false;\" target='_blank'><img src='http://livesupport.primeart.net/images/icons/offline7.jpg?r=2021487149' border=0></a>

*/