
var the_timeout;

function enter()
{
clearTimeout(the_timeout);
}

function leave()
{
the_timeout = setTimeout("MM_showHideLayers('how','','visible','what','','hide','who','','hide');",1000);
}

