
function openStory(storynumber)
{
	fullstory=window.open('http://www.plymouth.edu/new/fullstory.php?number='+storynumber, '','width=700,height=400,directories=no,location=no,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes');    
}

function changeURL()
{
	var index=document.framebannerform.quicknav.selectedIndex;
	window.location=document.framebannerform.quicknav[index].value;
}
