/* 
    Make changes to file alm_jquery_unpk.js
    Then minimize the codewith YUI compressor online: http://www.refresh-sf.com/yui/
    and paste below:
*/
$(document).ready(function(){$("#freeform input").focus(function(){$(this).parent("label").addClass("highlight")}).blur(function(){$(this).parent("label").removeClass("highlight")});$("img[@src$j=.png]").ifixpng();jQuery.fn.fadeToggle=function(a,c,b){return this.animate({opacity:"toggle"},a,c,b)};$("#search_box").example("Search");$("#phoneNum").css({cursor:"pointer"});$("#phoneNum").hover(function(){$(this).text("252-6633")},function(){$(this).text("ALAMODE")});$("#FDSA12Z12").columnize({columns:3});$(".box").hide();$(".open_drawer").removeAttr("href");$(".open_drawer_body").removeAttr("href");$(".open_drawer_questions").attr({href: '#'});$(".open_drawer").click(function(){$(this).parent("li.boxParent").find(".box").fadeIn("slow");$(".open_drawer img").animate({opacity:1},1)});$(".open_drawer_body").click(function(){$(".box:not(.questions)").fadeIn("slow")});$(".open_drawer_questions").click(function(){$(".questions").fadeIn("slow")});$(".box-inner h2 a").click(function(){$(".box").fadeOut("slow")});$(".box ul").hover(function(){$(this).css({backgroundColor:"#F6F6F6"})},function(){$(this).css({backgroundColor:"#fff"})});$("img.rollover").hover(function(){var a=$(this).attr("src").replace(/^(.*?)(\.(?:gif|jpg|png))$/,"$1Ovr$2");$(this).attr("src",a)},function(){var a=$(this).attr("src").replace("Ovr","");$(this).attr("src",a)});$("#cta li img").hover(function(){$(this).animate({opacity:0.7},250)},function(){$(this).animate({opacity:1},100)})});$(function(){if($.browser.msie&&parseInt($.browser.version)<7){$("#buttons li").hover(function(){$(this).addClass("sf")},function(){$(this).not("#productSuite").removeClass("sf")})}$("ul.children").hover(function(){$(this).parent("li").find("a:first").css({backgroundColor:"#E7E7E7",color:"#444",textDecoration:"underline"}).end()},function(){$(this).parent("li").find("a:first").attr("style","")});now=new Date();hour=now.getHours();if(hour>8&&hour<18){$(".chat").show()}else{$(".chat").hide()}});