//<!-- Created on May 4, 2006 09:29:00 PM -->
	var season = "2005&ndash;2011 új sorozat";
	var nsx;
	var nsy;

	if (document.all) // a főablak szélessége
		var winW = document.body.offsetWidth; //ie, ennek a <body> tag után kell lennie <hülye ie!!>
		//var D = document.documentElement;
		//winW = D.clientWidth;

	else
		var winW = window.innerWidth;  //ff

	if (!document.all) {	//ff
		document.captureEvents(Event.mousemove);
		document.onmousemove = get_mouse;
	}
	function get_mouse(e) {
		nsx = e.pageX - 50;
		nsy = e.pageY + 5;
	}
	
	function layer(id){
	  var res;
	  if(document.getElementById) res=document.getElementById(id);
	  if(document.all) res=document.all[id];
	  if (res) return res.style;
	  return null;
	}
	
	function t_i(id) {
		var hlp=layer('Tp'+id);
		if (hlp) { 
			if (document.all) { //IE
				 nsy=event.y+document.body.scrollTop+5;
				 nsx=event.x+document.body.scrollLeft-50;
			}
			//alert (nsy);
			hlp.top = nsy + 20;
				
				
				
				
			if (340 + nsx >= winW) // túllóg a jobbszélen?
				hlp.left = winW-340-40;
			else
				{hlp.left = nsx > 20 ? nsx - 5 : 10;}	//kilóg a balszélen?

			hlp.visibility='visible';
		}
	}
	
	function t2_i(id) {
		var hlp=layer('Tp'+id);

		if (hlp) { 
			if (document.all) { //IE 
				 nsy=event.y+document.body.scrollTop+5;
				 nsx=event.x+document.body.scrollLeft-50;
			}

			if (id > 11 && id < 100)
				hlp.top = nsy - 400;
			else
				hlp.top = nsy + 10;
			if (id == 20 | id == 21 | id == 38 | id == 39| id == 48)
				hlp.top = nsy - 435;
				
			if (id > 318) 
				hlp.left = nsx -360;	//kilóg a balszélen. Nem szép megoldás, de ideiglenesen OK
			else
				hlp.left = nsx;

			hlp.visibility='visible';
		}
	}
	
	
	
	function t_o(id) {
		var hlp = layer('Tp'+id);
		if(hlp) hlp.visibility='hidden';
	}
	
	function tegla () {
	if (document.all) //IE
		document.write ('<div class="tegla2IE"></div>');
	else    //FF
		document.write ('<div class="tegla2FF"></div>');		
	
	}

	function tegla2 () {
	if (document.all) //IE
		document.write ('<div class="tegla3IE"></div>');
	else    //FF
		document.write ('<div class="tegla3FF"></div>');		
	
	}
	
	function tegla3 () {
	if (document.all) //IE
		document.write ('<div class="tegla4IE"></div>');
	else    //FF
		document.write ('<div class="tegla4FF"></div>');		
	
	}	
