﻿function openWindow(c,b,a){if(b+30>screen.width||a+60>screen.height){b=b+50;if(b>screen.width-80)b=screen.width-80;a=a+50;if(a>screen.height-110)a=screen.height-110;popupWin=window.open(c,"Image","resizable,scrollbars,width="+b+",height="+a+",top=40,left=40,screenX=40,screenY=40")}else{b=b+18;a=a+26;popupWin=window.open(c,"Image","resizable,width="+b+",height="+a+",top=40,left=40,screenX=40,screenY=40")}}function imageover(a){document.form1.img1.src=a}function contents(a){self.location.replace(a)}function mHigh(){event.srcElement.style.filter="invert"}function mBack(){event.srcElement.style.filter=""}