<!-- 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=n0,resizable=no,copyhistory=no,width=450,height=338,left = 200,top = 200');");

}

// End -->
