$(function(){var j=10;var a=250;var h=500;var c=null;var g=false;var e=false;var b='<div id="alert"><table class="popup" style="opacity: 0; top: -100px; left: -0px; display: none;"><tr><td class="corner topleft"/><td class="top"/><td class="corner topright"/></tr><tr><td class="left"/><td class="bubble_content"></td><td class="right"/></tr><tr><td class="corner bottomleft"/><td class="bottom"><img style="display:block;" src="/Themes/Default/img/codabubble/alert/tail.gif" width="30" height="33" alt="" /></td><td class="corner bottomright"/></tr></table></div>';var f='<div id="alert"><table class="popup iealert" style="opacity: 0; top: -100px; left: -0px; display: none;"><tr><td class="corner topleft"/><td class="top"/><td class="corner topright"/></tr><tr><td class="left"/><td class="bubble_content"></td><td class="right"/></tr><tr><td class="corner bottomleft"/><td class="bottom"><img style="display:block;" src="/Themes/Default/img/codabubble/alert/tail.gif" width="30" height="33" alt="" /></td><td class="corner bottomright"/></tr></table></div>';var d='<div id="question"><table class="popquestion" style="opacity: 0; top: -100px; left: -0px; display: none;"><tr><td class="corner topleft"/><td class="top"/><td class="corner topright"/></tr><tr><td class="left"/><td class="bubble_content"></td><td class="right"/></tr><tr><td class="corner bottomleft"/><td class="bottom"><img style="display:block;" src="/Themes/Default/img/codabubble/question/tail.gif" width="30" height="33" alt="" /></td><td class="corner bottomright"/></tr></table></div>';var i='<div id="question"><table class="popquestion iequestion" style="opacity: 0; top: -100px; left: -0px; display: none;"><tr><td class="corner topleft"/><td class="top"/><td class="corner topright"/></tr><tr><td class="left"/><td class="bubble_content"></td><td class="right"/></tr><tr><td class="corner bottomleft"/><td class="bottom"><img style="display:block;" src="/Themes/Default/img/codabubble/question/tail.gif" width="30" height="33" alt="" /></td><td class="corner bottomright"/></tr></table></div>';if($.browser.msie){$("#accessible").after(f);$("#alert").after(i)}else{$("#accessible").after(b);$("#alert").after(d)}$("a.question").each(function(){var k=$(this).attr("rel");var l=k.split("|");var m=$("#question table.popquestion");$(this).mouseover(function(o){o.preventDefault();var p=$(this).position().left+15;var n=$(this).offset().top-139;$("#question .bubble_content").append("<h2>"+l[0]+"</h2>"+l[1]);if(l[0].length>0){m.css({opacity:0.95,top:n,left:p,display:"block",filter:"none"}).fadeIn(function(){$(this).removeAttr("filter")})}}).mouseout(function(){$("#question .bubble_content").empty();m.css({display:"none",opacity:0})})});$("a.attention").each(function(){var k=$(this).attr("rel");var l=k.split("|");var m=$("#question table.popquestion");$(this).mouseover(function(o){o.preventDefault();var p=$(this).position().left-11;var n=$(this).offset().top-139;$("#question .bubble_content").append("<h2>"+l[0]+"</h2>"+l[1]);if(l[0].length>0){m.css({opacity:0.95,top:n,left:p,display:"block",filter:"none"}).fadeIn(function(){$(this).removeAttr("filter")})}}).mouseout(function(){$("#question .bubble_content").empty();m.css({display:"none",opacity:0})})});$("a.questionmark").each(function(){var k=$(this).attr("rel");var l=k.split("|");var m=$("#question table.popquestion");$(this).mouseover(function(o){o.preventDefault();var p=$(this).position().left+280;var n=$(this).offset().top-100;$("#question .bubble_content").append("<h2>"+l[0]+"</h2>"+l[1]);if(l[0].length>0){m.css({opacity:0.95,top:n,left:p,display:"block",filter:"none"}).fadeIn(function(){$(this).removeAttr("filter")})}}).mouseout(function(){$("#question .bubble_content").empty();m.css({display:"none",opacity:0})})});$("a.close").each(function(){var k=$(this).attr("rel");var l=k.split("|");var m=$("#question table.popquestion");$(this).mouseover(function(o){o.preventDefault();var p=$(this).position().left+15;var n=$(this).offset().top-139;$("#question .bubble_content").append("<h2>"+l[0]+"</h2>"+l[1]);if(l[0].length>0){m.css({opacity:0.95,top:n,left:p,display:"block",filter:"none"}).fadeIn(function(){$(this).removeAttr("filter")})}}).mouseout(function(){$("#question .bubble_content").empty();m.css({display:"none",opacity:0})})});$("a.alert").each(function(){var k=$(this).attr("rel");var l=k.split("|");var m=$("#alert table.popup");$(this).mouseover(function(o){o.preventDefault();var p=$(this).position().left+80;if($(this).parent().hasClass("small")){p=$(this).position().left+368}if($(this).parent().hasClass("small")&&$(this).parent().hasClass("electro")){p=$(this).position().left+82}if($(this).parent().hasClass("large")&&$(this).parent().hasClass("electro")){p=$(this).position().left+312}if($(this).parent().hasClass("small")&&$(this).parent().hasClass("advice")){}if($(this).parent().hasClass("large")&&$(this).parent().hasClass("advice")){}var n=$(this).offset().top-129;$("#alert .bubble_content").append("<h2>"+l[0]+"</h2><p>"+l[1]+"</p>");if(l[0].length>0){m.css({opacity:0.95,top:n,left:p,display:"block",filter:"none"}).fadeIn(function(){$(this).removeAttr("filter")})}}).mouseout(function(){$("#alert .bubble_content").empty();m.css({display:"none",opacity:0})})})});
