
if(navigator.appName == "Microsoft Internet Explorer" || navigator.appName == "Netscape"&&parseInt(navigator.appVersion)>=5)
document.write("<style>TD { font-family: Arial; } </style>")


function rld()
{
if (navigator.appName == "Netscape"&&parseInt(navigator.appVersion)<5)
location.reload()
}


function pop(which)
{
var myImage = "<img src=images/" + which + ".gif>";
newWin = window.open("","","width=620,height=400,top=20,left=20,scrollbars=yes,toolbar=yes,resizable=yes");
newWin.document.write("<html><body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>");
newWin.document.write("<center>");
newWin.document.write(myImage);
newWin.document.write("</center>");
newWin.document.write("</body></html>");
}

