$(document).ready(function(){if($.browser.msie){}else{}
var base_dir='/';$("#gj-hover").mouseover(function(){$("#gj-button").attr("src",base_dir+"images/geta-job-mouseover.gif").css("right","-13px").css("background","none");}).mouseout(function(){$("#gj-button").attr("src",base_dir+"images/link-button.gif").css("right","auto").css("background","#d6d6d6");}).click(function(){window.location.href=$(this).attr('href');});$("#gc-hover").mouseover(function(){$("#gc-button").attr("src","images/geta-control-mouseover.gif").css("right","-13px").css("background","none");}).mouseout(function(){$("#gc-button").attr("src","images/link-button.gif").css("right","auto").css("background","#d6d6d6");}).click(function(){window.location.href=$(this).attr('href');});$("#gs-hover").mouseover(function(){$("#gs-button").attr("src","images/geta-shop-mouseover.gif").css("right","-13px").css("background","none");}).mouseout(function(){$("#gs-button").attr("src","images/link-button.gif").css("right","auto").css("background","#d6d6d6");}).click(function(){window.location.href=$(this).attr('href');});$("#gw-hover").mouseover(function(){$("#gw-button").attr("src","images/geta-web-mouseover.gif").css("right","-13px").css("background","none");}).mouseout(function(){$("#gw-button").attr("src","images/link-button.gif").css("right","auto").css("background","#d6d6d6");}).click(function(){window.location.href=$(this).attr('href');});$(".fr-nav-list-current > ul > li > a[class!=active]").mouseover(function(){$(this).css("color",$(this).attr("hover")).find('img.link-button').css('background-color',$(this).attr("hover"));}).mouseout(function(){$(this).css("color",$(this).attr("normal")).find('img.link-button').css('background-color',"#d6d6d6");});$(".fr-nav-list > ul > li > a").mouseover(function(){$(this).css("color",$(this).attr("hover")).find('img.link-button').css('background-color',$(this).attr("hover"));}).mouseout(function(){$(this).css("color",$(this).attr("normal")).find('img.link-button').css('background-color',"#d6d6d6");});});
