<!--
function display_image(name,w,h,tit){
h += 60;
w += 15;

Large = window.open("", "Large", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=" + w + ",height=" + h);
Large.document.open();
Large.document.write("<HTML><HEAD>");
Large.document.write("<TITLE>" + tit + "</TITLE>");
//Large.document.write("<BASE HREF=\"http://www.srcf.ucam.org/~ts228/\">");
Large.document.write("</HEAD><BODY BGCOLOR=FFFFFF TEXT=000000>");
Large.document.write("<IMG HSPACE=0 VSPACE=0 " + "SRC=" + name + ">");
Large.document.write("<center><FORM><INPUT TYPE='button' VALUE='Close' " +
"onClick='window.close()'></FORM></center>");
Large.document.write("</BODY></HTML>");
Large.document.close();
}

function display_page(name,w,h){
Large = window.open(name,"Large","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=" + w + ",height=" + h);
}


if (navigator.appVersion.charAt(0) < 3) {
    NewerBrowser = false;
    }
else  {
    NewerBrowser = true;
    }

if (NewerBrowser) {
button_l =new Image()
button_l.src="./image/trup.gif"
button_h=new Image()
button_h.src="./image/trup_select.gif"
url_l = new Image()
url_l.src = "./image/url.gif"
url_h = new Image()
url_h.src = "./image/url_select.gif"
}
// -->


