function atir(turl){
var aqa="ex.ht"
return "ind"+aqa+"ml?sub="+turl;}

function updateframe(){

	if (window == top) top.location.href=atir(document.location.href);

	magas=document.getElementById('veg').offsetTop+10;
	termekekben=(document.location.href.indexOf('/termekek/')>-1);
	magasdef= !(termekekben) ? 800 : 1200;
	if (magas<magasdef) magas=magasdef;
	if (termekekben){ document.getElementById("fugmenu").style.height= magas+"px"; }
	parent.document.getElementById("tartalombox").style.height= magas+"px";
	parent.document.getElementById("tartalom-iframe").style.height= magas+"px";
	if (document.location.href.indexOf("t_kezdolap.html")==-1) parent.scrollTo(0,230);	

	
	}

function resetframe(){

	}

function putframe(){

var tart=document.location.href.split('?sub=')[1];
if (tart==undefined) {tart="t_kezdolap.html"} else {tart.split('&gclid=')[0]}
document.write('<iframe name="bal" id="tartalom-iframe" src="'+tart+'" marginwidth="0" marginheight="0" frameborder="no" scrolling="no"></iframe>');
}