function showGotoTheFull (){
	var tmpURL=self.location.toString();
	var pageName = (tmpURL.match("[a-zA-Z]+/i")).toString().match("[a-zA-Z]+").toString();
	var a=self.name;
	if (a!="jobboldal"){
		document.writeln("<center><a href='./"+pageName+".html'><img src='../termekbemut.gif' border='0'></a><br><br></center>");
	}
};

function showGotoTheFull_upper (){
	var tmpURL=self.location.toString();
	var pageName = (tmpURL.match("[a-zA-Z]+/i")).toString().match("[a-zA-Z]+").toString();
	var a=self.name;
	if (a!="felso"){
		document.writeln("<center><a href='./"+pageName+".html'><img src='../termekbemut.gif' border='0'></a><br><br></center>");
	}
};


function goBack(){
		parent.history.back();
};

function checkInternal() {

var tmp=top.name;
if (tmp!="oonline") {
	newWin = window.open("http://www.orisoft.pmmf.hu/orisoft.html","oris","height=200 ,width=450")
	newWin.focus();
}

};