myURL = new Array
('http://www.183mode.com/form/member.html');
function jumpURL(idx){
location.href = myURL[idx];
}