$(function(){showPNG("header","images/layout_header.png");showPNG("footer","images/layout_footer.png");showPNG("tech_presses_overlay","images/page_tech_presses_overlay.png");showPNG("tech_presses_specs_menu","images/page_tech_presses_specs_menu.png");showPNG("p_content","images/tech_presses_specs_1.png");showPNG("tech_bindery_overlay","images/page_tech_bindery_overlay.png");showPNG("tech_bindery_equiplist_menu","images/page_tech_bindery_equiplist_menu.png");$("span.active").css("background-image","url(images/navtop_off.gif)").hover(function(){$(this).css("background-image","url(images/navtop_on.gif)")},function(){$(this).css("background-image","url(images/navtop_off.gif)")});$(".technav").css("background-image","url(images/page_tech_nav-off.png)").hover(function(){$(this).css("background-image","url(images/page_tech_nav-on.png)")},function(){$(this).css("background-image","url(images/page_tech_nav-off.png)")});$("#tech_presses_specs_submenu #p_nav .p_page:first").css("text-decoration","underline");$("#tech_presses_specs_submenu #p_nav .p_page").bind("click",function(){$("#tech_presses_specs_submenu #p_nav .p_page").css("text-decoration","");$(this).css("text-decoration","underline");var b=$.trim($(this).text());showPNG("p_content","images/tech_presses_specs_"+b+".png")});$("#tech_presses_specs").bind("click",function(){var b=$(this);if($("#tech_presses_overlay").css("display")=="none"){$("#tech_presses_overlay").fadeIn("normal",function(){$("#tech_presses_specs_submenu, #tech_presses_specs_menu").animate({left:"440px"},2000,"swing");b.css("background","url(images/tech_presses_specs_rev.gif) no-repeat")})}else{$("#tech_presses_specs_submenu, #tech_presses_specs_menu").animate({left:"110px"},1000,"swing",function(){$("#tech_presses_overlay").fadeOut("normal");b.css("background","url(images/tech_presses_specs.gif) no-repeat")})}});$("#tech_bindery_equiplist").bind("click",function(){var b=$(this);if($("#tech_bindery_overlay").css("display")=="none"){$("#tech_bindery_overlay").fadeIn("normal",function(){$("#tech_bindery_equiplist_menu").animate({left:"415px"},2000,"swing");b.css("background","url(images/tech_bindery_equiplist_rev.gif) no-repeat")})}else{$("#tech_bindery_equiplist_menu").animate({left:"110px"},1000,"swing",function(){$("#tech_bindery_overlay").fadeOut("normal");b.css("background","url(images/tech_bindery_equiplist.gif) no-repeat")})}});$(".contact_info").hover(function(){var b=$(this).offset();$("#arrow").show().css("top",(b.top-144)+"px")},function(){$("#arrow").hide()});if($.browser.msie&&$.browser.version==6){try{document.execCommand("BackgroundImageCache",false,true)}catch(a){}}});function showPNG(d,b){if($.browser.msie){var c=/^7/;var a=c.test($.browser.version);if(!a){$("#"+d).css("background-image","url()");$("#"+d).css("filter","progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+b+"', sizingMethod='scale')")}else{$("#"+d).css("background-image","url("+b+")")}}else{$("#"+d).css("background-image","url("+b+")")}};