function golink (link) {
if (link != '#') top.location.href=link; 
return false;}
function load(url)
{document.location.href = url;}

