//hozzáad hogy a honlapon belül keressen csak
function dodaj() {
		document.forms[0].q.value+=" site:petrovac.org";
		return
}

//ha framen belül van - nyelveknél
	function dod() {
	if(top.location!=self.location)top.location=self.location;
}

//linknyit - nyelveknél
function OpenLink(theURL) {
	window.open(theURL, '_self');
}

