function revista_mouse_over_out(option,id)
	{	 
			if(option=='w')
				{
					document.getElementById('revista_menu_'+id+'_litera').style.color="#fe8033";
					if(id!='actualitati')
						document.getElementById('revista_menu_actualitati_titlu').style.textDecoration="line-through";
					if(id!='focus')
						document.getElementById('revista_menu_focus_titlu').style.textDecoration="line-through";
					if(id!='telefoane_mobile')
						document.getElementById('revista_menu_telefoane_mobile_titlu').style.textDecoration="line-through";	
					if(id!='home_connect')
						document.getElementById('revista_menu_home_connect_titlu').style.textDecoration="line-through";	
					if(id!='mobile_computing')
						document.getElementById('revista_menu_mobile_computing_titlu').style.textDecoration="line-through";	
					if(id!='auto_connect')
						document.getElementById('revista_menu_auto_connect_titlu').style.textDecoration="line-through";	
					if(id!='social')
						document.getElementById('revista_menu_social_titlu').style.textDecoration="line-through";	
					if(id!='jocuri')
						document.getElementById('revista_menu_jocuri_titlu').style.textDecoration="line-through";	
				}
			if(option=='h')	
				{
					document.getElementById('revista_menu_'+id+'_litera').style.color="#ffffff";
					if(id!='actualitati')
						document.getElementById('revista_menu_actualitati_titlu').style.textDecoration="none";
					if(id!='focus')
						document.getElementById('revista_menu_focus_titlu').style.textDecoration="none";	
					if(id!='telefoane_mobile')
						document.getElementById('revista_menu_telefoane_mobile_titlu').style.textDecoration="none";	
					if(id!='home_connect')
						document.getElementById('revista_menu_home_connect_titlu').style.textDecoration="none";	
					if(id!='mobile_computing')
						document.getElementById('revista_menu_mobile_computing_titlu').style.textDecoration="none";	
					if(id!='auto_connect')
						document.getElementById('revista_menu_auto_connect_titlu').style.textDecoration="none";	
					if(id!='social')
						document.getElementById('revista_menu_social_titlu').style.textDecoration="none";	
					if(id!='jocuri')
						document.getElementById('revista_menu_jocuri_titlu').style.textDecoration="none";	
				}
				
	}
	
function revista_reload(id,pagina)
	{
		if(pagina=='1')
			window.location=""+'?categoria=revista&capitol='+id+'&p='+pagina;
		else if(pagina!='1')
			window.location=""+'?categoria=revista&capitol='+id;
	}