function nav()  
{
var there = document.all.instructor.value;
eval("document.location.href='" + there + "';");
}
