<script language="JavaScript">
<!--
// CODE TO MAKE THE PREVIOUS EDITIONS MENU
function makeArray() {
        var args = makeArray.arguments;    
		for (var i = 0; i < args.length; i++) {    
				this[i] = args[i]; }
        this.length = args.length;
        }
function Jump(form,URLs)         
        {i = form.selectedIndex; if (i != 0) {window.location.href = URLs[i];}}

// to change the menu you will need to change this file and also issueMenu.asp

var URLsGroup1 = new makeArray(
				"",
				"/issue4/index.htm");
//-->
</script>
