function popPicWin(thePic) { imgPop = window.open('/image_popper.asp?p='+thePic,'picWin','scrollbars=no,status=no,toolbar=no,menubar=no,resizable=no,screenX=20,screenY=20,top=20,left=20,width=420,height=400');}
function popPicWinScroll(thePic) { winPop = window.open('/image_scroll_popper.asp?p='+thePic,'picWin','scrollbars=yes,status=no,toolbar=no,menubar=no,resizable=yes,screenX=20,screenY=20,top=20,left=20,width=400,height=400'); }
function popWin(wot,h,w) {winPop=window.open(wot,'winPop','scrollbars=yes,status=yes,toolbar=no,menubar=no,resizable=yes,screenX=0,screenY=0,top=20,left=20,width='+w+',height='+h); }
function doOnOff(doo,wot,cls) {
	if (doo == "on") { i=document.getElementById(wot); i.className=cls; wot.className=cls; return true; }
	if (doo == "off") { i=document.getElementById(wot); i.className=cls; wot.className=cls;	return true; }
}

