    $(document).ready(function(){
   $('#slideoptions').hide();
        $(".toggleoptions").click(function(){
            $("#slideoptions").slideToggle();
            return false;
        });
    });

    $(document).ready(function(){
   $('#interviewoptions').hide();
        $(".itoggleoptions").click(function(){
            $("#interviewoptions").slideToggle();
            return false;
        });
    });

    $(document).ready(function(){
   $('#awardoptions').hide();
        $(".atoggleoptions").click(function(){
            $("#awardoptions").slideToggle();
            return false;
        });
    });


function switchpage1(select) { 
    var index; 
  for(index=0; index<select.options.length; index++) 
    if(select.options[index].selected) 
      { 
        if(select.options[index].value!="") 
          window.location.href=select.options[index].value; 
        break; 
      } 
} 

function switchpage2(select) { 
    var index; 
  for(index=0; index<select.options.length; index++) 
    if(select.options[index].selected) 
      { 
        if(select.options[index].value!="") 
          window.location.href=select.options[index].value; 
        break; 
      } 
} 

function switchpage3(select) { 
    var index; 
  for(index=0; index<select.options.length; index++) 
    if(select.options[index].selected) 
      { 
        if(select.options[index].value!="") 
          window.location.href=select.options[index].value; 
        break; 
      } 
} 

function switchpage4(select) { 
    var index; 
  for(index=0; index<select.options.length; index++) 
    if(select.options[index].selected) 
      { 
        if(select.options[index].value!="") 
          window.location.href=select.options[index].value; 
        break; 
      } 
} 

function switchpage5(select) { 
    var index; 
  for(index=0; index<select.options.length; index++) 
    if(select.options[index].selected) 
      { 
        if(select.options[index].value!="") 
          window.location.href=select.options[index].value; 
        break; 
      } 
} 
