    function openNew(url) {
    	window.open(url, "_blank");
    }
