function page(i)
{
    if(i!="") document.location.href=i+".html";
    else document.location.href=".";
}
