$(function(){$("#close").hide()
$("#form2").hide();
var myFile=document.location.toString();if(myFile.match('#')){$("#general").hide()
var myAnchor=myFile.split('#')[1];$("."+myAnchor).css({'color':'#E71317'});$("#"+myAnchor).fadeIn();}
$(".date_box li").click(function(e){$("#overlay").show();topVal=e.pageY-500+"px";$("#form_over").animate({right:"320px",top:topVal},500).addClass('formpadding');$("#close").show();var listparent=$(this).parent();var program=$(listparent).parent().attr("title");var campus=$(listparent).parent().find("h3").text();$("#a_campus option[value="+campus+"]").attr('selected','selected').change();$("#program option[value="+program+"]").attr('selected','selected');})
$("#next").click(function(){$("#form1").hide();$("#form2").show();})
$(".back").click(function(){$("#form2").hide();$("#form1").show();})
$("#close").click(function(){$("#overlay").hide();$("#close").hide();$("#form_over").animate({right:"330px"},100).animate({right:"10px",top:"0px"},500);})
$("#menu li").click(function(){$("#menu li").css({'color':'#6A6969'});$("#general").hide()
$(".hide").fadeOut().hide();$(this).css({'color':'#E71317'});div=$(this).attr("class");$("#"+div).fadeIn();});});