function popUp(file,width,height) {
	
	height = parseInt(height);
	width = parseInt(width);
	popup = window.open('/rtc-popUp/'+file,'popup','width='+width+',height='+height);
}

function setStatus(str) {
	window.status = str;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	var newWin = window.open(theURL,winName,features);
}


function openIconWindow(id, callme) {
	if (id) {
	window.open("/rtc-icon?id=" + id, 
	            "IconWin", 
	            "width=420,height=340,status=no,menubar=no,toolbar=no,resizable=yes");
	}
	if (callme) {
	window.open("/rtc-icon?callme=" + callme, 
	            "IconWin", 
	            "width=420,height=340,status=no,menubar=no,toolbar=no,resizable=yes");
	}
}

function toogle_eve_nl(art) {
	if (document.getElementById("eve_nl") && (art == "visible" || art == "hidden") ) {
		document.getElementById("eve_nl").style.visibility = art;

	}
	
		
}
