// JavaScript Document
function goToPage(myIndex)
{
	window.open(myIndex.value,'_top');
}