/************************************************* © Copyright 2006 - 2008 Tres Media Group, Inc. The code contained within cannot be reproduced or modified without the expressed permission of: Tres Media Group, Inc. 5105 Hwy 33 Farmingdale, NJ 07727 USA 732-751-0253 erik@tresware.com or dave@tresware.com *************************************************/ /************************************************* This file last updated: 10/21/2008 2:04:31 PM *************************************************/ // msgfade ie5 = (document.all && document.getElementById); ns6 = (!document.all && document.getElementById); var opac = 100; function fddiv() { if(opac>0) { opac-=10; if(ie5) document.getElementById('msgfade').filters.alpha.opacity = opac; if(ns6) document.getElementById('msgfade').style.MozOpacity = opac/100; setTimeout('fddiv()',100); } else { document.getElementById('msgfade').style.display = 'none'; } } // -- function ShowHide(thisId, thisPhraseId, thisHow) { var thisPhraseId = (thisPhraseId == null) ? '' : thisPhraseId; var thisHow = (thisHow == null) ? 'inline' : thisHow; if(thisPhraseId.length > 0) { var thisHide = document.getElementById(thisPhraseId).innerHTML.replace(/don\'t/, ''); var thisShow = 'don\'t ' + thisHide; } if(document.getElementById(thisId).style.display == 'none') { document.getElementById(thisId).style.display=thisHow; if(thisPhraseId.length > 0) { document.getElementById(thisPhraseId).innerHTML=thisHide; } } else { document.getElementById(thisId).style.display='none'; if(thisPhraseId.length > 0) { document.getElementById(thisPhraseId).innerHTML=thisShow; } } return false; } // -- function imgSwap(thisId,img1,img2) { if(document.getElementById(thisId).src == ''+img1) { document.getElementById(thisId).src=img2; } else { document.getElementById(thisId).src=img1; } } if(!window.XMLHttpRequest) { var arVersion = navigator.appVersion.split("MSIE") var version = parseFloat(arVersion[1]) if ((version >= 5.5) && (document.body.filters)) { for(var i=0; i" img.outerHTML = strNewHTML i = i-1 } } } }