function go_nav(){
	if (document.navselect.sys.options[0].selected) parent.location.href = "#";
	if (document.navselect.sys.options[1].selected) parent.location.href = "http://www.juilliard.edu/admissions/colprocedure.html";
	if (document.navselect.sys.options[2].selected) parent.location.href = "http://www.juilliard.edu/admissions/audition.html";
	if (document.navselect.sys.options[3].selected) parent.location.href = "http://www.bookstore.juilliard.edu/";
	if (document.navselect.sys.options[4].selected) parent.location.href = "http://www.juilliard.edu/giving/campaign.html";
	if (document.navselect.sys.options[5].selected) parent.location.href = "http://www.juilliard.edu/about/contactus.html";
	if (document.navselect.sys.options[6].selected) parent.location.href = "http://www.juilliard.edu/college/dance.html";
	if (document.navselect.sys.options[7].selected) parent.location.href = "http://www.juilliard.edu/about/directions.html";
	if (document.navselect.sys.options[8].selected) parent.location.href="http://www.juilliard.edu/college/drama.html";
	if (document.navselect.sys.options[9].selected) parent.location.href = "http://www.juilliard.edu/search_faculty.html";
	if (document.navselect.sys.options[10].selected) parent.location.href = "http://www.juilliard.edu/about/faq.html";
	if (document.navselect.sys.options[11].selected) parent.location.href = "http://www.juilliard.edu/admissions/fin_aid.html";
	if (document.navselect.sys.options[12].selected) parent.location.href = "http://www.juilliard.edu/college/musjazz.html";
	if (document.navselect.sys.options[13].selected) parent.location.href = "http://www.juilliard.edu/about/jobs.html";
	if (document.navselect.sys.options[14].selected) parent.location.href = "http://www.juilliard.edu/journal/journal.html";
	if (document.navselect.sys.options[15].selected) parent.location.href = "http://www.juilliard.edu/college/music.html";
	if (document.navselect.sys.options[16].selected) parent.location.href = "http://www.juilliard.edu/college/residence.html";
	if (document.navselect.sys.options[17].selected) parent.location.href = "http://www.juilliard.edu/admissions/coltuition.html";
	if (document.navselect.sys.options[18].selected) parent.location.href = "http://www.juilliard.edu/test24/college/musvocal.html";
}
function form2submit() 
{ 
  if (document.form2.FieldofStudy.value=='')   {
  		if (alert("Please select a field of study from the drop-down list."))   		{
			document.form2.submit();     
		}	return  
   }        
			document.form2.submit();     
}
function form1submit()
{ 
  if (document.form1.LastName.value+document.form1.FirstName.value==''){
  		    alert("Please enter a name.") ;  		
}
else
			document.form1.submit();     
}  		    
function form1clear() 
{ 
document.form1.LastName.value=''
document.form1.FirstName.value=''
}

function getpage(pagenum) 
{ 
document.form3.iPageNum.value=pagenum
document.form3.submit(); 
} 