
// ------ Hent - om disse sidene --------
function om() {
	var winl = (screen.width - 400) / 2;
	var wint = (screen.height - 280) / 2;
	winprops = 'height=280,width=400,top='+wint+',left='+winl+',scrollbars=0,resizable=0'
	win = window.open("http://www.tonico.no/om/om.htm#&copy;&nbsp;Raufoss&nbsp;Fotballservice", "Om", winprops)
	win.focus();
	}
