function news()
{window.open('../newsletter/newletter_leg.htm','news','menubars=1,toolbars=0,location=no,scrollbars=no,resizable=no,width=370,height=200,left=200,top=100')}
function webleg(){
var popurl=""
winpops=window.open(popurl,"hyperdict","width=640,height=368,scrollbars,toolbar,menubar,resizable,top=0,left=0")}


function toggleDiv(whichLayer)
{
if (document.getElementById(whichLayer).style.display == "none") {
document.getElementById(whichLayer).style.display = "";
}

else {
document.getElementById(whichLayer).style.display = "none";
}
}


function disabletext(e)
{return false;}
function reEnable()
{return true;}
document.onselectstart=new Function ("return false")
if (window.sidebar){document.onmousedown=disabletext;document.onclick=reEnable;}


