function setup(){	setWindow()	outLinks()}function popPic(o){	saw=screen.availWidth	sah=screen.availHeight	popwide=saw<1025?saw*0.95:880	pophigh=sah<769?sah*0.95:650	p(o.href,'grafik',popwide,pophigh,'resizable=1,scrollbars=1')	return false}
