
function openBrWindowA(theURL, w, h) { //v2.0
  window.open(theURL,'src','width='+ w +',height='+ h);}
function openBrWindowB(theURL, w, h) { //v2.0
  window.open(theURL,'src','width='+ w +',height='+ h + ',scrollbars=yes,resizable=yes');}
function paint1(where, how){
if (document.images){document.images[where].src="images/"+how+".gif";}}
