
	
	 
	

function ShowM(id,im,url, show_id, lan) {	
	document.getElementById(id).src=url+'/'+lan+'/'+im+'_sel.gif';
	document.getElementById(id).style.cursor = 'default';
	//document.getElementById(show_id).style.zIndex = '100px';
	document.getElementById(show_id).style.display = 'block';
	 //two_h_top
	
	if (show_id=='one_h_top' && document.getElementById('two_h_top').style.display == 'block') { 
		document.getElementById('two_h_top').style.display = 'none';
	}
	if (show_id=='two_h_top' && document.getElementById('one_h_top').style.display == 'block') {
		
		document.getElementById('one_h_top').style.display = 'none';
		document.getElementById('two_h_top').style.display = 'block';
		
	}	else {
		
	}
	
	//one_h two_h th_h
}
function HideM(id,im,url,show_id2, lan2) {	
	document.getElementById(show_id2).style.display='none';
	document.getElementById(id).src=url+'/'+lan2+'/'+im+'_na.gif';
	str = document.getElementById('two_h').src;
	str2 = document.getElementById('one_h').src;
	
	var ar=str.split('/');
	var ar2=str2.split('/');
	//btn_misc_sel.gif alert(ar2[5])
	if (show_id2=='one_h_top' && ar[5]=='btn_activities_sel.gif') {
		document.getElementById('two_h_top').style.display = 'block';
		
	} 
	if (show_id2=='two_h_top' && ar[5]=='btn_activities_na.gif') {
		
		//document.getElementById('one_h_top').style.display = 'none';
	}	
	if (show_id2=='two_h_top' && ar2[5]=='btn_misc_sel.gif') {
	
		document.getElementById('one_h_top').style.display = 'block';
	}
	
}

function ShowMo(ido,imo,urlo,lan3) {	
	document.getElementById(ido).src=urlo+'/'+lan3+'/'+imo+'_a.gif';
 
}
function HideMo(ido2,imo2,urlo2,lan4) {	
	document.getElementById(ido2).src=urlo2+'/'+lan4+'/'+imo2+'_na.gif';
	 
}

function AddClass(xx) {
	document.getElementById(xx).className = 'l_images_a';
}
function HideClass(yy) {
	document.getElementById(yy).className = 'l_images';
}

//ShowTitle('news_img','news_title_a.gif','{$img_url}','he');" Onmouseout="HideMo('news_img','news_title.gif','{$img_url}','he')
function ShowTitle(im_id,img_img,img_url) {	

	document.getElementById(im_id).src=img_url+'/'+img_img;
 
}

 
