function targetLinks(boNew) {
                 if (boNew)
                        where = "_blank";
                 else
                        where = "_top";
                 for (var i=0; i<=(document.links.length-1); i++) {
                        document.links[i].target = where;
                  }
         }

function pop(i) {
	window.open('view.php?id_syndic='+i,'view','top=50,left=50,width=400,height=290');

}

