var opened = 0;
var intID = '';


function opn_btns(objid){

	document.getElementById(objid).style.display = 'block';

}

function close_btns(objid){

	document.getElementById(objid).style.display = 'none';
}

function rld(){
	document.location.href = document.location.href;
}

function setIntv(){
	if (intID != '') window.clearInterval(intID);
	intID = setInterval("rld()", 60000*5);
}

portal.onready((function (evt) {
		enableTooltips();
	
	})
)
