var pages = ['http://bto-pc.jp/','/blog/'];
function go (pageIndex){
 document.location = pages[pageIndex];
 return true;
}

