<!-- Begin
// code for links <a href="javascript:popUp('url')">[text you want to appear]</a>

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=500,left = 119.5,top = 10');");
}


// End -->
