
function owin(w,h,nam) 
{
    specs="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistor=no,width=" + w + ",height=" + h;
    var imgWin = window.open(nam,"imgWindow",specs);
}

    function ExpandOnClick(node)
    {
        node.Expand();
    }



    function showvideo(showthis) { window.open(showthis, "_video", "toolbar=no, menubar=no, location=no, directories=no, status=no, scrollbars=no, resizable=no, width=550, height=550"); return; }



    function mailpage() {
        mail_str = "mailto:?subject=Check out the " + document.title;
        mail_str += "&body=I thought you might be interested in the " + document.title;
        mail_str += ". You can view it at, " + location.href;
        location.href = mail_str;
    }