// function ShowOrNot(divname) { var DownUpOrDown = new Image var UpUpOrDown = new Image UpUpOrDown.src = "http://www.iAdopt.info/images/icon_plus.gif" DownUpOrDown.src = "http://www.iAdopt.info/images/icon_minus.gif" if (document.getElementById(divname).style.display != "block") { document.getElementById(divname).style.display = "block"; var imgName = divname + "UpOrDown"; document.images[imgName].src = DownUpOrDown.src; } else { document.getElementById(divname).style.display = "none"; var imgName = divname + "UpOrDown"; document.images[imgName].src = UpUpOrDown.src; } return false; } // ------------> OR, Don't Use the Graphics.... <-------------- // Sample Action Code: // // function ShowIt(Ans,DivName) { if (Ans == "Yes") { document.getElementById(DivName).style.visibility = 'visible'; document.getElementById(DivName).style.position = 'relative'; document.getElementById(DivName).style.width = 'auto'; } if (Ans=="No") { document.getElementById(DivName).style.visibility = 'hidden'; document.getElementById(DivName).style.position = 'absolute'; document.getElementById(DivName).style.height = '1px'; } } // ------------------------------------------- // End of Show and Hide DIVs // ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^ // ------------------------------------------- // End of Training Pop-Up // ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^ function win(fileName) { myFloater = window.open('','Note','scrollbars=yes,toolbar=no,location=no,status=no,resizable=yes,width=550,height=550,screenX=5,screenY=75,top=75,left=5') myFloater.location.href = fileName; myFloater.focus(); } // ******************************************* // This script is for the Netscape resize bug // ******************************************* function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // ------------------------------------------- // End of Netscape Resize Bug // ^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^-^ // ******************************************* // Email Pop-Up Form // ******************************************* function email(whoto) { myFloater = window.open('','Note','scrollbars=yes,toolbar=no,location=no,status=yes,resizable=yes,width=500,height=550,screenX=5,screenY=75,top=75,left=5') myFloater.document.write (' '); myFloater.document.write ('
'); myFloater.document.write ('------ Admin Menu: ------
'); document.write (''); //admin_menu.asp document.write ('