﻿function popup(newURL, newName, newFeatures) {  var remote = open(newURL,newName, newFeatures);  if (remote.opener == null)    remote.opener = window;  return remote;}function popupWEBREF() {  myRemote = popup("http://www.webrefinements.com/", "WebRef", "height=420,width=760,screenX=30,left=30,screenY=30,top=30,channelmode=0,dependent=0,directories=0,fullscreen=0,location=1,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1");}function popupROTINT() {  myRemote = popup("http://www.rotary.org", "RI", "height=420,width=760,screenX=30,left=30,screenY=30,top=30,channelmode=0,dependent=0,directories=0,fullscreen=0,location=1,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1");}function popupWILLO() {  myRemote = popup("http://www.willoughbyohio.com", "Willoughby", "height=420,width=760,screenX=30,left=30,screenY=30,top=30,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1");}function popupDISTRICT() {  myRemote = popup("http://www.rotarydistrict6630.com", "6630", "height=420,width=760,screenX=30,left=30,screenY=30,top=30,channelmode=0,dependent=0,directories=0,fullscreen=0,location=1,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1");}function popupGOVNL() {  myRemote = popup("http://www.rotarydistrict6630.com/governor.html", "6630", "height=420,width=760,screenX=30,left=30,screenY=30,top=30,channelmode=0,dependent=0,directories=0,fullscreen=0,location=1,menubar=1,resizable=1,scrollbars=1,status=1,toolbar=1");}function ExplorerFix(){for (a in document.links) document.links[a].onfocus =document.links[a].blur;}if (document.all){document.onmousedown = ExplorerFix;}