//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');
}

