function mouseOn(button, onval) { p = document.getElementById(button); p.src = onval; if (p.num != 1) { p.num = 0; } } function mouseOff(button, offval) { p = document.getElementById(button); if (p.num != 1) { p.src = offval; } } function mouseClick(button,new_img,new_big,onval) { // change this to match the number of buttons used button_count = 3; p = document.getElementById(button); p.src = onval; p.num = 1; q = document.getElementById('main'); q.src = new_img; q.name = new_big; i = 1; while (i <= button_count) { test = 'but' + i if (test != button) { document.getElementById(test).src = document.getElementById(test).name; document.getElementById(test).num = 0; } i++; } } function popper(mylink, windowname) { if (! window.focus)return true; var href; href=mylink; window.open(href, windowname, 'width=870,height=600,resizable=yes,toolbar=no,scrollbars=yes,menubar=no'); return false; } function popup(page) { window.open(page,"index","width=700,height=650,left=300,top=300,x=300,y=300,resizable=yes,scrollbars=yes,status=no"); } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i