var pages = ['/','',''];
function go (pageIndex){
 document.location = pages[pageIndex];
 return true;
}
