<html><head>
<script src="http://www.johnrouda.com/js/jquery.js" type="text/javascript"></script>
<script type="text/javascript"> 

$(function()
{
 
$("#profile").click(function(event) {
event.preventDefault();
$("#file").slideToggle();
});
 
$("#profile a").click(function(event) {
event.preventDefault();
$("#file").slideUp();
});
});


</script>
</head>
<body>
<h3>Profile <a href="#" id="profile"><span class="style15">toggle</span></a></h3>
<div id="file"><p>
I&#39;m a skilled network security engineer with Masters Degrees in both Business 
Administration and Software Development with desired industry certifications and 
experience.</p></div><hr />
<h3>
Education <a href="#" id="edu"><span class="style15">toggle</span></a></h3>
</body>