function setFlashHeight(divid, newH) {
	document.getElementById(divid).style.height = newH+"px";
	location.hash = 'anchorOrderingSystem';
}

function getFlashHeight(divid) {
	return document.getElementById(divid).offsetHeight; 

}

////<![CDATA[
//$(document).ready(function() {
//  
//  function addMega(){
//    $(this).addClass("hovering");
//    }
//
//  function removeMega(){
//    $(this).removeClass("hovering");
//    }
//
//var megaConfig = {
//     interval: 300,
//     sensitivity: 5,
//     over: addMega,
//     timeout: 300,
//     out: removeMega
//};
//
//$("li.mega").hoverIntent(megaConfig)
//
//  
//});
//
//
////]]>
