<!--
function popIt(url) {if(url !="") {
today=new Date();
rand=today.getTime();
picker="a"+rand;
pick1=picker.charAt((picker.length - 2));
pick2=picker.charAt((picker.length - 4));
pick3=picker.charAt((picker.length - 6));
var pick = "SIUV"+pick1+pick2+pick3;

window.open(url,pick,"height=500,width=825,top=5,left=10,toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}}

function printpop(url,id) {
if(printags) {url=printags;}
window.open(url,id,"height=550,width=675,top=10,left=20,toolbar=yes,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes");}



function on(name)  {if (document.images) {document[name].src = eval(name + "on.src");}}
function off(name)  {if (document.images) {document[name].src = eval(name + ".src");}}

document.write("<LINK REL='stylesheet' HREF='font_ie.css' TYPE='text/css'>");
document.write("<LINK REL='stylesheet' HREF='font.css' TYPE='text/css'>");


// -->
