function toggle( targetId ){ if (document.getElementById){ target = document.getElementById( targetId ); if (target.style.display == "none"){ target.style.display = ""; } else { target.style.display = "none"; } } } function PopupGalleryEday(str) { searchWin = window.open(str,'popup','scrollbars=yes,resizable=no,width=850,height=600,status=no,location=no,toolbar=no'); }