var ie
if (document.all)
	ie=(agt.indexOf('opera')==-1)?1:null;

function HelpingHandOver(Over) {
	if (Over)
		MM_changeProp('pageNavFeatured', 'className', 'NavFeaturedHelpingHandOverHand')
	else
		MM_changeProp('pageNavFeatured', 'className', 'NavFeaturedHelpingHand')
}

function HelpingHandLinksDisplay(Show) {
	if ((obj=MM_findObj('pageHelpingHandLinks'))!=null) {
		if(obj.style) {

			if(Show) {
				obj.style.display='block';
		
				if(ie) {
					if (obj.filters[0].status==0) {
						obj.style.visibility='hidden';
        				obj.filters[0].Apply();
        				obj.style.visibility='visible'
        				obj.filters[0].Play();
    				}
    			}
		
			} else
				obj.style.display='none';
		}
	}
}

function HelpingHandCloseOver(Over) {
	if (Over)
		MM_changeProp('imgCloseHand', 'src', '/img/nav/close-over.gif')
	else
		MM_changeProp('imgCloseHand', 'src', '/img/nav/close.gif')
}