<!-- hide script from old browsers

function getStyle(m, Out)
{
var temp = m;
    if(Out == true)
    {
     document.getElementById(temp).style.background = "#ECECEC";
    }
    else
    {
      document.getElementById(temp).style.background = "#FFFFFF";
    }
}

function goTo( url )
{
	window.location=url;
}

// end hiding script from old browsers -->
