// JavaScript Document

jQuery.noConflict();

jQuery(document).ready(function(){
	jQuery('#navcontainer').hover(
		function() { 
			jQuery('#navcontainer').animate({height:"155px"}, 200);
		},
		function() { 
			jQuery('#navcontainer').animate({height:"23px"}, 800);
		}
	);

});

// Browser Update Script
var $buoop = {vs:{i:6,f:1.5,o:9,s:1,n:9}} 
$buoop.ol = window.onload; 
window.onload=function(){ 
 if ($buoop.ol) $buoop.ol(); 
 var e = document.createElement("script"); 
 e.setAttribute("type", "text/javascript"); 
 e.setAttribute("src", "http://browser-update.org/update.js"); 
 document.body.appendChild(e); 
} 
