
function openBrWindowA(theURL, w, h) { //v2.0
  window.open(theURL,'src','width='+w+',height='+h);

}
function paint1(where, how)
{
if (document.images){document.images[where].src="images/"+how+".jpg";}
}
