function changeImage(id, srcid, status) { element = document.getElementById(id); imgsrc="images/button/"+srcid+status+'.png'; document.images[id].src = imgsrc; } function showPopupSpecials(url) { window.open(url,'thewinspec','height=449,width=749,toolbar=no,scrollbars=yes'); } function showPopupMap(url) { window.open(url,'thewinmap','height=449,width=700,toolbar=no,scrollbars=yes'); } function showPopupRef(url) { window.open(url,'thewinref','height=600,width=820,toolbar=no,scrollbars=yes'); } function showPopupLinks(url) { window.open(url,'thewinlinks','height=449,width=764,toolbar=no,scrollbars=yes'); } function showPopGallery(url) { window.open(url,'thewinurl','height=375,width=625,toolbar=no,scrollbars=no'); } function noOutLine(){ var mapsarr=new Array(); mapsarr[0]="map_home"; mapsarr[1]="map_os"; mapsarr[2]="map_pr"; mapsarr[3]="map_abg"; mapsarr[4]="map_faq"; mapsarr[5]="map_cu"; mapsarr[6]="map_ga"; for ( var i = 0; i < mapsarr.length; i++ ) { var links = document.getElementById(mapsarr[i]).getElementsByTagName('area'); for ( var j = 0; j < links.length; j++ ) { links[j].onmousedown = function () { this.blur(); return false; } links[j].onclick = function() { this.blur(); } if ( /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent) ) { links[j].onfocus = function() { this.blur(); } } } } }