I am using javascript to open the links right now, below is the code i am using in the header of each page..and yea having KiX as a CGI engine would rock...I am going to leave the reading about manipulating HTML elements with KiX for later in the month, as it sounds interesting

Code:

function openlink(strLink){
strWidth = 800;
strHeight = 600;
leftStr = (screen.width-strWidth)/2;
topStr = (screen.height-strHeight)/2;
window.open(strLink,'','width=800,height=600,resizable=yes,toolbar=no,menubar=no,location=no,directories=no,status=yes,left="+leftStr+",top="+topStr+"');
}

_________________________
~Mwah