// JavaScript Document

function donav(gotopage)
{
  window.location = gotopage+".php";
}



