//<!--

//this runs on everypage

function onSub(graphic,imageName) { if (document.images) { document[imageName].src = "images/home_hl/" + graphic }};
function offSub(graphic,imageName) { if (document.images) { document[imageName].src = "images/home_btn/" + graphic }};

