function addbookmark() {
	bookmarkurl="http://www.ose.hu"
	bookmarktitle="ÓBUDAI SE"
	if (document.all) {
		external.addfavorite(bookmarkurl,bookmarktitle)
		}
	else {
		alert("Az Ön böngészője nem támogatja a kedvencekhez való hozzáadást." +
					"\n Kérem használja a CTRL + D billentyűkombinációt!");
		}
	}

//function n(page,winName) { OpenWin = this.open(page, winName, "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,status=yes,resizable=yes"); }

	function n(page,winName) {  
		OpenWin = this.open(page, winName, "toolbar=no, menubar=no, location=no, scrollbars=no, status=yes, resizable=yes,  width=770, height=625"); 
	}
	
	function n2(page,winName) {  
		OpenWin = this.open(page, winName, "toolbar=no, menubar=no, location=no, scrollbars=no, status=yes, resizable=yes,  width=1152, height=864"); 
	}
    
    function change_range() {
       //document.range_change.submit();
        document.getElementById("range_change").submit();
    } 