<!--PULLDOWN MENUES FUNCTION-->
<!-- Hide from old browsers
function nav(s)
                        {       var nav_link = s.options[s.selectedIndex].value;
                                parent.location.href = nav_link;
                                s.selectedIndex=0;
                        }
// Stop hiding from old browsers -->

function external_link() { //v1.0
  alert('You are exiting the Wallace Community College Website.  The website represented by this hyperlink does not constitute endorsement by Wallace Community College for the information, products or services contained therein.');
}
