	/* issue change */
			function issuechange(issue){
				if (issue == "old"){
				window.open('/archiveOct2001.php','new','width=800,height=450,menubar,toolbar,locationbar,status,scrollbars,resizable');
				} else {
				window.location = issue
				}
			}
	//-->

