var sjfader={onfade:function(){},onshow:function(){},objShowing:null,r:null,speed:20,s:0,o:100,t:null,setsize:function(c){var a="px",d=sjScrFn.findPos(c),b=sjfader;b.r.style.left=d.x+a;b.r.style.top=d.y+a;b.r.style.width=c.offsetWidth+a;b.r.style.height=c.offsetHeight+a},go:function(b,c){var a=sjfader;a.t&&clearInterval(a.t);a.objShowing=c;a.s=0;a.o=100;if(b==null){a.s=-1;a.o=1}a.r=$sj("fadercover");b&&a.setsize(b);a.r.style.visibility="visible";a.t=setInterval(function(){var a=sjfader;if(a.s==0)a.s=a.o==0?1:-1;a.o+=a.s*a.speed;if(a.o>=100){a.r.style.visibility="hidden";clearInterval(a.t);a.s=0;a.o=100;a.onshow()}else if(a.o<=0){a.s=a.o=0;a.objShowing.style.visibility="hidden";a.onfade();a.setsize(a.objShowing);a.objShowing.style.visibility="visible"}var b=100-a.o;a.r.style.opacity=b/100;a.r.style.filter="alpha(opacity="+b+")"},50)}},selId="",selo=null,lsdivhide=null,lsdivshow=null;function lshover(a){var b=a.alt;if(selId!=b)a.parentNode.parentNode.style.backgroundColor=typeof lifestyleHoverColor=="undefined"?"#EEE":lifestyleHoverColor}function lsout(a){var b=a.alt;if(selId!=b)a.parentNode.parentNode.style.backgroundColor=typeof lifestyleOutColor=="undefined"?"#FFF":lifestyleOutColor}function lsSelGroup(h){if(typeof lifestyleGroupCount=="undefined"){alert("lifestyleGroupCount not set");return}if(lifestyleGroupCount>1)for(var c=1;c<=lifestyleGroupCount;c++)for(var e=$sj("lifestyleGroup"+c),b=$sj$("IMG",e),a=0;a<b.length;a++){var d=b[a].src.indexOf("image/lifestyle");if(d>0){var f=b[a].src.substr(0,d+15),g=b[a].src.substr(d+15+2,2);b[a].src=f+(h==c?"B":"A")+"_"+g+".gif"}}}function lsShowById(e){if(typeof lifestyleGroupCount=="undefined"){alert("lifestyleGroupCount not set. Required for ShowById()");return}for(var a=1;a<=lifestyleGroupCount;a++)for(var d=$sj("lifestyleGroup"+a),c=$sj$("IMG",d),b=0;b<c.length;b++)if(e==c[b].alt){var f=c[b].parentNode;lsshow(f,a);return}}function lsshow(h,g){var c="divlifestyle",f="divlifestyleservices",e="lifestyleError",b="undefined",d=typeof lifestyleSelColor==b?"#EEE":lifestyleSelColor;typeof g!=b&&lsSelGroup(g);var a=h.getElementsByTagName("img")[0].alt;$sjHTML(e,"");if($sj(f))$sj(f).style.display="none";if(selId!=""){selo.style.backgroundColor=typeof lifestyleOutColor==b?"#FFF":lifestyleOutColor;lsdivhide=$sj(c+selId)}logimg(12,a);if(!$sj(c+a))$sjHTML(e,"ERROR:<br /><br />Could not find: <b>lifestyle"+a);else{selId=a;selo=h.parentNode;selo.style.backgroundColor=d;lsdivshow=$sj(c+a);selo.cnt=0;selo.tim&&clearInterval(selo.tim);selo.tim=setInterval(function(){selo.cnt++;selo.style.backgroundColor=selo.cnt%2==0?"#FFF":"#CCC";if(selo.cnt>6){selo.style.backgroundColor=d;clearInterval(selo.tim)}},70)}sjfader.speed=15;sjfader.onfade=function(){if(lsdivhide)lsdivhide.style.display="none";lsdivshow.style.display="block"};sjfader.go(lsdivhide,lsdivshow);return false}
