		 $(document).ready(function() {
		 
			$(".home, .showhome").mouseover(function(){
			$(".showhome").show();
			}).mouseout(function(){
			$(".dropdown").hide();
			});
			
			$(".about, .showabout").mouseover(function(){
			$(".showabout").show();
			}).mouseout(function(){
			$(".dropdown").hide();
			});
			
			$(".products, .showproducts").mouseover(function(){
			$(".showproducts").show();
			}).mouseout(function(){
			$(".dropdown").hide();
			});
		 
			$(".services, .showservices").mouseover(function(){
			$(".showservices").show();
			}).mouseout(function(){
			$(".dropdown").hide();
			});
		 
			$(".business, .showbusiness").mouseover(function(){
			$(".showbusiness").show();
			}).mouseout(function(){
			$(".dropdown").hide();
			});
		 
			$(".news, .shownews").mouseover(function(){
			$(".shownews").show();
			}).mouseout(function(){
			$(".dropdown").hide();
			});
			
			$(".promos, .showpromos").mouseover(function(){
			$(".showpromos").show();
			}).mouseout(function(){
			$(".dropdown").hide();
			});
						
			$(".otherlinks, .showotherlinks").mouseover(function(){
			$(".showotherlinks").show();
			}).mouseout(function(){
			$(".dropdown").hide();
			});
			
			$(".jobs, .showjobs").mouseover(function(){
			$(".showjobs").show();
			}).mouseout(function(){
			$(".dropdown").hide();
			});
		 
		 $('#slideshow1').cycle({ 
			delay:  1500, 
			speed:  1000 
		});
		 
 		});
 		
// Function to create mail-to strings that are more difficult for spam-bots to harvest.
// Requires name to be passed as argument.

function getLnk (usrnm) {
	var lnkref =""
	var wbcor = "\u0040nvnla";
	var wbext = "\u002Eorg"
	var lnkref = ("<a hre" + "f=ma" + "ilto:" + usrnm + wbcor + wbext + ">" + "email" + "<\/a>");
	return lnkref
	}

