function fadeIn(timer,obj){copyArea.className="bgc"+timer}function finishCopy(){copyArea=document.getElementById("copyarea");var copyButt=document.getElementById("the_copy_button");var copyMesg=document.getElementById("the_copy_message");var msgValue=copyArea.innerHTML;copyMesg.innerHTML="Copied... now paste into an email.";copyMesg.style.display="block";copyButt.style.display="none";for(j=0;j<10;j++){setTimeout("fadeIn("+j+")",j*35)}}function initCopy(copyID,buttonWrapper,swfFilePath){if(!swfFilePath||!document.getElementById(copyID)||!document.getElementById(buttonWrapper)||!SWFObject){return }var copyWidth=78;var copyHeight=26;var finishAction="finishCopy()";var textToCopy=encodeURIComponent(document.getElementById(copyID).innerHTML.replace(/&amp;/gi,"and"));var so=new SWFObject(swfFilePath,"textcopier",copyWidth,copyHeight,"9","#F7F6F6");so.addVariable("txtToCopy",textToCopy);so.addVariable("js",finishAction);so.addParam("allowScriptAccess","always");so.write(buttonWrapper)}