function changeImages() { if (document.images) { for (var i=0; i"; } var popupwin=0; // popup window function popup() { if(popupwin) { popupwin.close(); } popupwin = open('', 'popupwin', 'scrollbars=yes,resizable=yes,width=450,height=450'); } // popup window for photos function popupphoto() { if(popupwin) { popupwin.close(); } popupwin = open('', 'popupwin', 'scrollbars=yes,resizable=yes,width=680,height=720'); } // popup window for charts function popupchart() { if(popupwin) { popupwin.close(); } popupwin = open('', 'popupwin', 'scrollbars=yes,resizable=yes,width=748,height=500'); }