i=1;
function swap () 
{
//if (i%2)
{
document.all('nav01').style.display=document.all('nav01').style.display=='none'?'block':'none'
} }