    hs.graphicsDir = '/js/graphics/';
    hs.outlineType = 'rounded-white';

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=400,height=400,left = 440,top = 200');");
}
// End -->                                                      
<!--

function roll(img_name, img_src)
{
    document[img_name].src = img_src;
}

//-->
function openWindow(theName) {
// BOB is the NAME of the window we are opening.
msgWindow=open(theName,'BIB','resizable=yes,width=300,height=200');
return false;
}
function fbs_click() {
    u=location.href;
    t=document.title;
    window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),
    'sharer',
    'toolbar=0,status=0,width=626,height=436'
    );
    return false;
}
<!--
function HideContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "none";
}
function ShowContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "block";
}
function ReverseContentDisplay(d) {
//if(d.length < 1) { return; }
if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
else { document.getElementById(d).style.display = "none"; }
}
//-->