function Page_Navigate (Page) {
	document.Search_Form.Page.value = Page;
	document.Search_Form.submit();
	};
function popImage(File, Width, Height) {
		Width=Width+60;
		Height=Height+100+208;
        window.open('http://www.poptower.com/pop-image.php?FN='+File,'Image','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no, left=50, top=50, width='+Width+',height='+Height+', title="Image"');
        };