//// Bottom_menu
var page_text=0;
var index_page=false;

var img_l='';
var img_r='';
var img_l_arr=new Array();
var img_r_arr=new Array();
var slogan_arr=new Array();
var slogan='';
var img_true=false;

function show_text(text)
{
	if (text=='') { text='&nbsp;'; }
	if (page_text==0)
	{
		page_text=document.all['text_td'].innerHTML;
	}
	document.all['text_td'].innerHTML=text;
}

function return_text()
{
	if (page_text!=0)
	{
		document.all['text_td'].innerHTML=page_text;
	}
}

function bottom_menu_over2(id)
{
	document.all['bottom_menu_text_div_'+id].className='bottom_menu_text_div_v';
}

function bottom_menu_out2(id)
{
	document.all['bottom_menu_text_div_'+id].className='bottom_menu_text_div_h';
}

function bottom_menu_over_no_f()
{
	
}

var bottom_menu_no_out=false;
function bottom_menu_over(id)
{
	for (n in top_menu_arr)
	{
		if (document.all['top_menu_td2_'+top_menu_arr[n]].className=='top_menu_td2_v')
		{
			if (index_page)
			{
				document.all['top_menu_td2_'+top_menu_arr[n]].className="top_menu_td2_h";
			}
		}
	}
	document.all['bottom_menu_td_'+id].className="bottom_menu_td_over";
	if (img_true)
	{
		if ((img_l_arr[id]!='')&&(img_l_arr[id]!=undefined))
		{
			document.all['img_l'].style.background='url('+img_l_arr[id]+') left no-repeat';
		}
		else
		{
			document.all['img_l'].style.background='';
		}
		
		if ((img_r_arr[id]!='')&&(img_r_arr[id]!=undefined))
		{
			document.all['img_r'].style.background='url('+img_r_arr[id]+') right no-repeat';
		}
		else
		{
			document.all['img_r'].style.background='';
		}
		
		/*if ((slogan_arr[id]!='')&&(slogan_arr[id]!=undefined))
		{
			document.all['slogan'].innerHTML=slogan_arr[id];
		}*/
	}
	return;
	document.all['bottom_menu_text_div_'+id].className="bottom_menu_text_div_v";
}
function bottom_menu_out(id)
{
	if (bottom_menu_no_out) { return; }
	for (n in top_menu_arr)
	{
		if (document.all['top_menu_td2_'+top_menu_arr[n]].className='top_menu_td2_h')
		{
			if (index_page)
			{
				document.all['top_menu_td2_'+top_menu_arr[n]].className="top_menu_td2_v";
			}
		}
	}
	document.all['bottom_menu_td_'+id].className="bottom_menu_td";
	if (img_true)
	{
		document.all['img_l'].style.background='url('+img_l+') left  no-repeat';
		document.all['img_r'].style.background='url('+img_r+') right no-repeat';
		/*document.all['slogan'].innerHTML=slogan;*/
	}
	return;
	document.all['bottom_menu_text_div_'+id].className="bottom_menu_text_div_h";
}
//// Bottom_menu END

//// Top
var top_menu_arr=new Array();
var top_menu_over_id=0;
var top_menu_over=false;
	function top_menu_over_all()
	{
		top_menu_over=true;
		for (n in top_menu_arr)
		{
			if (top_menu_arr[n]!=top_menu_over_id)
			{
				td=document.all['top_menu_td_'+top_menu_arr[n]];
				td.className="top_menu_td_out";
				document.all['top_menu_text_lit_div_'+top_menu_arr[n]].className="top_menu_text_lit_div_v";
				document.all['top_menu_text_div_'+top_menu_arr[n]].className="top_menu_text_div_h";
				if (!index_page)
				{
					document.all['top_menu_td2_'+top_menu_arr[n]].className="top_menu_td2_h";
				}
			}
		}
		if (img_true)
		{
			document.all['img_l'].style.background='';
			document.all['img_r'].style.background='';
		}
	}

	function top_menu_out_all()
	{
		top_menu_over=false;
		setTimeout("top_menu_out_all2()", 500);
	}
	
	function top_menu_out_all2()
	{
		if(!top_menu_over)
		{
			if (img_true)
			{
				document.all['img_l'].style.background='url('+img_l+') left no-repeat';
				document.all['img_r'].style.background='url('+img_r+') right no-repeat';
			}
			for (n in top_menu_arr)
			{
				td=document.all['top_menu_td_'+top_menu_arr[n]];
				td.className="top_menu_td_over";
				document.all['top_menu_text_lit_div_'+top_menu_arr[n]].className="top_menu_text_lit_div_v";
				document.all['top_menu_text_div_'+top_menu_arr[n]].className="top_menu_text_div_h";
				if (!index_page)
				{
					document.all['top_menu_td2_'+top_menu_arr[n]].className="top_menu_td2_h";
				}
			}
			return_text();
		}
	}
	
	function top_menu_td_over(id)
	{
		top_menu_over_all();
		top_menu_over=true;
		top_menu_over_id=id;
		document.all['top_menu_td_'+id].className="top_menu_td_over";
		document.all['top_menu_text_lit_div_'+id].className="top_menu_text_lit_div_h";
		document.all['top_menu_text_div_'+id].className="top_menu_text_div_v";
		document.all['top_menu_td2_'+id].className="top_menu_td2_v";
	}
//// Top END






	var foto_fl_arr=new Array();
	
	function foto_fl_v(id)
	{
		document.all['foto_fl_div_'+id].className='foto_fl_div_v';
	}
	function foto_fl_h(id)
	{
		document.all['foto_fl_div_'+id].className='foto_fl_div_h';
		
		f_fl=eval("fl_foto_"+id);
		f_fl.write("foto_fl_div_"+id);
	}
	
	function foto_fl_hide_all()
	{
		for(n in foto_fl_arr)
		{
			foto_fl_h(foto_fl_arr[n])
		}
	}
////////// FOTO FL END
	var foto_flr_arr=new Array();
	function foto_flr_v(id)
	{
		document.all['foto_flr_div_'+id].className='foto_fl_div_v';
	}
	function foto_flr_h(id)
	{
		document.all['foto_flr_div_'+id].className='foto_fl_div_h';
		
		f_fl=eval("flr_foto_"+id);
		f_fl.write("foto_flr_div_"+id);
	}
	
	function foto_flr_hide_all()
	{
		for(n in foto_flr_arr)
		{
			foto_flr_h(foto_flr_arr[n])
		}
	}






temp_img("img/menu_over.gif");
temp_img("img/podmenu_over.gif");
temp_img("img/menu_1.gif");
temp_img("img/podmenu_1.gif");

function podmenu_v_h(id)
{
	div=document.all['podmenu_div_'+id];
	if (!(img1=document.all['podmenu_img_'+id]))
	{
		img2=document.all['menu_img_'+id];
	}
	if (div.className=="podmenu_div_h")
	{
		if (img1) { img1.src="img/podmenu_1.gif"; img1.className="menu_img_1"; }
		else { img2.src="img/menu_1.gif"; img2.className="menu_img_1"; }
		div.className="podmenu_div_v";
	}
	else if (div.className=="podmenu_div_v")
	{
		if (img1) { img1.src="img/podmenu_0.gif"; img1.className="menu_img_0"; }
		else { img2.src="img/menu_0.gif"; img2.className="menu_img_0"; }
		div.className="podmenu_div_h";
	}
}

function menu_over(id)
{
	img=document.all["menu_img_"+id];
	if (img.className=='menu_img_0')
	{
		img.className="menu_img_over";
		img.src='img/menu_over.gif';
	}
}
function menu_out(id)
{
	img=document.all["menu_img_"+id];
	if (img.className=='menu_img_over')
	{
		img.className="menu_img_0";
		img.src='img/menu_0.gif';
	}
}

function podmenu_over(id)
{
	img=document.all["podmenu_img_"+id];
	if (img.className=='podmenu_img_0')
	{
		img.className="podmenu_img_over";
		img.src='img/podmenu_over.gif';
	}
}
function podmenu_out(id)
{
	img=document.all["podmenu_img_"+id];
	if (img.className=='podmenu_img_over')
	{
		img.className="podmenu_img_0";
		img.src='img/podmenu_0.gif';
	}
}
