<!--
function popup(url){
  cuteLittleWindow = window.open(url, "PopUp", "location=no,width=575,height=400,top=100,left=100,resizable=yes,scrollbars=auto,menubar=no,toolbar=no,status=no"); 
}
//-->
<!--
function back() {
    history.go(-1);
}
//-->
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=300,left = 300,top = 100');");
}
// End -->
