// popupfunction doPopup01() {if (!document.getElementsByTagName) return false;var links = document.getElementsByTagName("a");for (var i=0; i < links.length; i++) {if (links[i].className.match("popup01")) {links[i].onclick = function() {window.open(this.href,'','scrollbars=yes,resizable=yes,width=720,height=600');return false;}}}}function doPopup02() {if (!document.getElementsByTagName) return false;var links = document.getElementsByTagName("a");for (var i=0; i < links.length; i++) {if (links[i].className.match("popup02")) {links[i].onclick = function() {window.open(this.href,'','scrollbars=yes,resizable=yes,width=720,height=700');return false;}}}}function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}function doPopup03() {if (!document.getElementsByTagName) return false;var links = document.getElementsByTagName("a");for (var i=0; i < links.length; i++) {if (links[i].className.match("popup03")) {links[i].onclick = function() {window.open(this.href,'','scrollbars=yes,resizable=yes,width=720,height=530');return false;}}}}function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}
