function jumpPage(form) {i = form.forum.selectedIndex;if (i == 0) return; window.location.href = url[i+1];}function openWindow(url) { opinion = window.open(url,"Handheld",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=150,height=400');}function makeRemote(url){remote = window.open(url,"remotewin","width=500,height=250,scrollbars=1");remote.location.href = url;if (remote.opener == null) remote.opener = window;}var message='Copyright © 2001-2005 Hobby Insider. All Rights Reserved'; function click(e){if (document.all) {if (event.button == 2) {alert(message);return false;}}
if (document.layers) {if (e.which == 3) {alert(message);return false;}}
}if (document.layers) {document.captureEvents(Event.MOUSEDOWN);}document.onmousedown=click;// -->
var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
}