//

function openNewsItem(cId)
{
	window.location.href="/news.htm?contentItemId="+cId;
}

function openPopup(){
	var newWindow = window.open("/flat/ica_popup.html","new_window","toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, copyhistory=no, width=450, height=380");
	newWindow.focus();
}