var ImageRoller={preLoaded:[],addImage:function(a,b,c,g,d,e){var f=new Image;f.src=c;c={};c.rolloverImage=f;c.orgSrc=b;c.href=e;this.preLoaded[a]=c;e&&$("#"+a).bind("click",function(){ImageRoller.doClick(a)});g?($("#"+a).bind("mouseover",function(){ImageRoller.doBackgroundRollover(a)}),$("#"+a).bind("mouseout",function(){ImageRoller.doBackgroundRollout(a)})):($("#"+a).bind("mouseover",function(){ImageRoller.doRollover(a)}),$("#"+a).bind("mouseout",function(){ImageRoller.doRollout(a)}));d.length&&
($("#"+d).bind("mouseover",function(){ImageRoller.doRollover(a)}),$("#"+d).bind("mouseout",function(){ImageRoller.doRollout(a)}))},doRollover:function(a){$("#"+a).attr("src",this.preLoaded[a].rolloverImage.src)},doRollout:function(a){$("#"+a).attr("src",this.preLoaded[a].orgSrc)},doBackgroundRollover:function(a){$("#"+a).css("background-image","url("+this.preLoaded[a].rolloverImage.src+")")},doBackgroundRollout:function(a){$("#"+a).css("background-image","url("+this.preLoaded[a].orgSrc+")")},doClick:function(a){window.location=
this.preLoaded[a].href}};function beginRequest(){window.status="Please wait...";document.body.style.cursor="wait"}function pageLoaded(){window.status="Done";document.body.style.cursor="default"}typeof Sys!=="undefined"&&Sys.WebForms.PageRequestManager.getInstance().add_beginRequest(beginRequest);typeof Sys!=="undefined"&&Sys.WebForms.PageRequestManager.getInstance().add_pageLoaded(pageLoaded);
$("#SupportPackages").length>0&&$(function(){$("#SupportPackages").change(function(){$("div[class='Hidden']").css("display","none");$("#"+$(this).val()).css("display","inline")})});function goTo(a){var b=document.createElement("a");if(b.click)b.setAttribute("href",a),b.style.display="none",$("body").append(b),b.click();window.location=a};
