/* ----------------------------------------------------------------------------------------------------------- */
/* NAVIGATIONBAR_LEVEL1_CSS_CSERELGETES */
	function change_navigationbar_level1_item_active2_td(obj)
	{
		obj.style.borderTop='1px solid #003366';
		obj.style.borderBottom='1px solid #003366';
		obj.style.borderLeft='0px solid #003366';
		obj.style.borderRight='0px solid #003366';
		obj.style.cursor='pointer';
		obj.style.backgroundImage='url(../g/_navigationbar_level1_item_active_background.gif)';
		obj.style.backgroundRepeat='repeat-x';
		obj.style.backgroundPosition='top left';
	}
	function change_navigationbar_level1_item_active2_td_id(obj)
	{
		document.getElementById(obj).style.borderTop='1px solid #003366';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
		document.getElementById(obj).style.borderLeft='0px solid #003366';
		document.getElementById(obj).style.borderRight='0px solid #003366';
		document.getElementById(obj).style.cursor='pointer';
		document.getElementById(obj).style.backgroundImage='url(../g/_navigationbar_level1_item_active_background.gif)';
		document.getElementById(obj).style.backgroundRepeat='repeat-x';
		document.getElementById(obj).style.backgroundPosition='top left';
	}
	function change_navigationbar_level1_item_td(obj)
	{
		obj.style.borderTop='1px solid #003366';
		obj.style.borderBottom='1px solid #003366';
		obj.style.borderLeft='0px solid #003366';
		obj.style.borderRight='0px solid #003366';
		obj.style.cursor='pointer';
		obj.style.backgroundImage='url(../g/_navigationbar_level1_item_background.gif)';
		obj.style.backgroundRepeat='repeat-x';
		obj.style.backgroundPosition='top left';
	}
	function change_navigationbar_level1_item_td_id(obj)
	{
		document.getElementById(obj).style.borderTop='1px solid #003366';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
		document.getElementById(obj).style.borderLeft='0px solid #003366';
		document.getElementById(obj).style.borderRight='0px solid #003366';
		document.getElementById(obj).style.cursor='pointer';
		document.getElementById(obj).style.backgroundImage='url(../g/_navigationbar_level1_item_background.gif)';
		document.getElementById(obj).style.backgroundRepeat='repeat-x';
		document.getElementById(obj).style.backgroundPosition='top left';
	}
	function change_navigationbar_level1_itemseparator_active_td(obj)
	{
		obj.style.backgroundImage='url(../g/spacer.gif)';
		obj.style.borderBottom='0px solid #003366';
	}
	function change_navigationbar_level1_itemseparator_active_td_id(obj)
	{
		document.getElementById(obj).style.backgroundImage='url(../g/spacer.gif)';
		document.getElementById(obj).style.borderBottom='0px solid #003366';
	}
	function change_navigationbar_level1_itemseparator_td(obj)
	{
		obj.style.backgroundImage='url(../g/_navigationbar_level1_itemseparator_background.gif)';
		obj.style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level1_itemseparator_td_id(obj)
	{
		document.getElementById(obj).style.backgroundImage='url(../g/_navigationbar_level1_itemseparator_background.gif)';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level1_itemseparator_transparent_td(obj)
	{
		obj.style.backgroundImage='url(../g/_navigationbar_level1_item_background.gif)';
		obj.style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level1_itemseparator_transparent_td_id(obj)
	{
		document.getElementById(obj).style.backgroundImage='url(../g/_navigationbar_level1_item_background.gif)';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level1_item_active_p(obj)
	{
		obj.style.color='#003366';
	}
	function change_navigationbar_level1_item_active_p_id(obj)
	{
		document.getElementById(obj).style.color='#003366';
	}
	function change_navigationbar_level1_item_p(obj)
	{
		obj.style.color='#FFFFFF';
	}
	function change_navigationbar_level1_item_p_id(obj)
	{
		document.getElementById(obj).style.color='#FFFFFF';
	}
/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* NAVIGATIONBAR_LEVEL2_CSS_CSERELGETES */
	function change_navigationbar_level2_item_active2_td(obj)
	{
		obj.style.borderTop='0px solid #003366';
		obj.style.borderBottom='1px solid #003366';
		obj.style.borderLeft='0px solid #003366';
		obj.style.borderRight='0px solid #003366';
		obj.style.cursor='pointer';
		obj.style.backgroundColor='#E1F0FB';
	}
	function change_navigationbar_level2_item_active2_td_id(obj)
	{
		document.getElementById(obj).style.borderTop='0px solid #003366';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
		document.getElementById(obj).style.borderLeft='0px solid #003366';
		document.getElementById(obj).style.borderRight='0px solid #003366';
		document.getElementById(obj).style.cursor='pointer';
		document.getElementById(obj).style.backgroundColor='#E1F0FB';
	}
	function change_navigationbar_level2_item_td(obj)
	{
		obj.style.borderTop='0px solid #003366';
		obj.style.borderBottom='1px solid #003366';
		obj.style.borderLeft='0px solid #003366';
		obj.style.borderRight='0px solid #003366';
		obj.style.cursor='pointer';
		obj.style.backgroundColor='#B5CDDC';
	}
	function change_navigationbar_level2_item_td_id(obj)
	{
		document.getElementById(obj).style.borderTop='0px solid #003366';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
		document.getElementById(obj).style.borderLeft='0px solid #003366';
		document.getElementById(obj).style.borderRight='0px solid #003366';
		document.getElementById(obj).style.cursor='pointer';
		document.getElementById(obj).style.backgroundColor='#B5CDDC';
	}
	function change_navigationbar_level2_itemseparator_active_td(obj)
	{
		obj.style.backgroundColor='#003366';
		obj.style.backgroundImage='url(../g/spacer.gif)';
		obj.style.borderBottom='0px solid #003366';
	}
	function change_navigationbar_level2_itemseparator_active_td_id(obj)
	{
		document.getElementById(obj).style.backgroundColor='#003366';
		document.getElementById(obj).style.backgroundImage='url(../g/spacer.gif)';
		document.getElementById(obj).style.borderBottom='0px solid #003366';
	}
	function change_navigationbar_level2_itemseparator_td(obj)
	{
		obj.style.backgroundColor='#B5CDDC';
		obj.style.backgroundImage='url(../g/_navigationbar_level2_itemseparator_background.gif)';
		obj.style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level2_itemseparator_td_id(obj)
	{
		document.getElementById(obj).style.backgroundColor='#B5CDDC';
		document.getElementById(obj).style.backgroundImage='url(../g/_navigationbar_level2_itemseparator_background.gif)';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level2_itemseparator_transparent_td(obj)
	{
		obj.style.backgroundColor='#B5CDDC';
		obj.style.backgroundImage='url(../g/spacer.gif)';
		obj.style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level2_itemseparator_transparent_td_id(obj)
	{
		document.getElementById(obj).style.backgroundColor='#B5CDDC';
		document.getElementById(obj).style.backgroundImage='url(../g/spacer.gif)';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level2_item_active_p(obj)
	{
		obj.style.fontWeight='normal';
	}
	function change_navigationbar_level2_item_active_p_id(obj)
	{
		document.getElementById(obj).style.fontWeight='normal';
	}
	function change_navigationbar_level2_item_p(obj)
	{
		obj.style.fontWeight='normal';
	}
	function change_navigationbar_level2_item_p_id(obj)
	{
		document.getElementById(obj).style.fontWeight='normal';
	}
/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* NAVIGATIONBAR_level3_CSS_CSERELGETES */
	function change_navigationbar_level3_item_active2_td(obj)
	{
		obj.style.borderTop='0px solid #003366';
		obj.style.borderBottom='1px solid #003366';
		obj.style.borderLeft='0px solid #003366';
		obj.style.borderRight='0px solid #003366';
		obj.style.cursor='pointer';
		obj.style.backgroundColor='#FFFFFF';
	}
	function change_navigationbar_level3_item_active2_td_id(obj)
	{
		document.getElementById(obj).style.borderTop='0px solid #003366';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
		document.getElementById(obj).style.borderLeft='0px solid #003366';
		document.getElementById(obj).style.borderRight='0px solid #003366';
		document.getElementById(obj).style.cursor='pointer';
		document.getElementById(obj).style.backgroundColor='#FFFFFF';
	}
	function change_navigationbar_level3_item_td(obj)
	{
		obj.style.borderTop='0px solid #003366';
		obj.style.borderBottom='1px solid #003366';
		obj.style.borderLeft='0px solid #003366';
		obj.style.borderRight='0px solid #003366';
		obj.style.cursor='pointer';
		obj.style.backgroundColor='#E1F0FB';
	}
	function change_navigationbar_level3_item_td_id(obj)
	{
		document.getElementById(obj).style.borderTop='0px solid #003366';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
		document.getElementById(obj).style.borderLeft='0px solid #003366';
		document.getElementById(obj).style.borderRight='0px solid #003366';
		document.getElementById(obj).style.cursor='pointer';
		document.getElementById(obj).style.backgroundColor='#E1F0FB';
	}
	function change_navigationbar_level3_itemseparator_active_td(obj)
	{
		obj.style.backgroundColor='#003366';
		obj.style.backgroundImage='url(../g/spacer.gif)';
		obj.style.borderBottom='0px solid #003366';
	}
	function change_navigationbar_level3_itemseparator_active_td_id(obj)
	{
		document.getElementById(obj).style.backgroundColor='#003366';
		document.getElementById(obj).style.backgroundImage='url(../g/spacer.gif)';
		document.getElementById(obj).style.borderBottom='0px solid #003366';
	}
	function change_navigationbar_level3_itemseparator_td(obj)
	{
		obj.style.backgroundColor='#E1F0FB';
		obj.style.backgroundImage='url(../g/_navigationbar_level3_itemseparator_background.gif)';
		obj.style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level3_itemseparator_td_id(obj)
	{
		document.getElementById(obj).style.backgroundColor='#E1F0FB';
		document.getElementById(obj).style.backgroundImage='url(../g/_navigationbar_level3_itemseparator_background.gif)';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level3_itemseparator_transparent_td(obj)
	{
		obj.style.backgroundColor='#E1F0FB';
		obj.style.backgroundImage='url(../g/spacer.gif)';
		obj.style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level3_itemseparator_transparent_td_id(obj)
	{
		document.getElementById(obj).style.backgroundColor='#E1F0FB';
		document.getElementById(obj).style.backgroundImage='url(../g/spacer.gif)';
		document.getElementById(obj).style.borderBottom='1px solid #003366';
	}
	function change_navigationbar_level3_item_active_p(obj)
	{
		obj.style.fontWeight='normal';
	}
	function change_navigationbar_level3_item_active_p_id(obj)
	{
		document.getElementById(obj).style.fontWeight='normal';
	}
	function change_navigationbar_level3_item_p(obj)
	{
		obj.style.fontWeight='normal';
	}
	function change_navigationbar_level3_item_p_id(obj)
	{
		document.getElementById(obj).style.fontWeight='normal';
	}
/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* KEPCSERELGETES_SELF */
	function changesrc(obj,ujpic)
	{
		obj.src=ujpic;	
	}
/* KEPCSERELGETES_ID_ALAPJAN */
	function changesrc_id(obj,ujpic)
	{
		document.getElementById(obj).src=ujpic;	
	}
/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* HATTERKEPCSERELGETES_SELF */
	function changebg(obj,ujpic)
	{
		obj.style.backgroundImage='url(' + ujpic + ')';
	}
/* HATTERKEPCSERELGETES_ID_ALAPJAN */
	function changebg_id(obj,ujpic)
	{
		document.getElementById(obj).style.backgroundImage='url(' + ujpic + ')';
	}
/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* HATTERSZINCSERELGETES_SELF */
	function changebgcolor(obj,ujcolor)
	{
		obj.style.backgroundColor=ujcolor;
	}
/* HATTERSZINCSERELGETES_ID_ALAPJAN */
	function changebgcolor_id(obj,ujcolor)
	{
		document.getElementById(obj).style.backgroundColor=ujcolor;
	}
/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* FONTCOLORCSERELGETES_SELF */
	function changecolor(obj,ujcolor)
	{
		obj.style.color=ujcolor;
	}
/* FONTCOLORCSERELGETES_ID_ALAPJAN */
	function changecolor_id(obj,ujcolor)
	{
		document.getElementById(obj).style.color=ujcolor;
	}
/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* FONTDECORATIONCSERELGETES_SELF */
	function changedecoration(obj,ujdecoration)
	{
		obj.style.textDecoration=ujdecoration;
	}
/* FONTDECORATIONCSERELGETES_ID_ALAPJAN */
	function changedecoration_id(obj,ujdecoration)
	{
		document.getElementById(obj).style.textDecoration=ujdecoration;
	}
/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* POPUP-OS LINKEK MEGNYITASA */
function popupwindow(linkUrl,linkTarget,winWidth,winHeight){
	window.open(linkUrl,linkTarget,'width=' + winWidth + ',height=' + winHeight + ',left=' + (screen.width - winWidth) / 2 + ',top=' + (screen.height - winHeight) / 2 + ',status=no,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes');
}
/* ----------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------- */
/* POPUPMENU_DIV_ELŐHÍVÁSA */
//ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )) 
//ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 )) 

	function getObj(obj)
	{
	if (document.all)
		{return document.all(obj);}
		else
		if (document.getElementById)
		{return document.getElementById(obj);}
	}

	if (NS4) 
		{layerRef="document.layers['"; 
		styleRef="";}
	else if (IE4)
		{layerRef="document.all."; 
		styleRef=".style";} 
	else 
		{layerRef="document.getElementById('";
		styleRef=".style";}

	function afficheCalque(calque) 
		{eval(layerRef + calque + (NS4?"']":IE4?"":"')") + styleRef + '.visibility = "visible"');}
	function cacheCalque(calque) 
		{eval(layerRef + calque + (NS4?"']":IE4?"":"')") + styleRef + '.visibility = "hidden"');}
/* ----------------------------------------------------------------------------------------------------------- */


