switch (MyCategory)
{
	case "Land & people":
		document.write( MyTit)
	break
	case "Politics":
		
	    document.write( MyTit)
	break
	case "Economy":
		
	    document.write( MyTit)
	break
	case "Tourism":
	
	    document.write( MyTit)
	break
		case "Culture & Arts":
		
	    document.write( MyTit)
	break

	case "History":
	    document.write( MyTit)
	break

	case "Society":
		
	    document.write( MyTit)
	break

	case "Women":
		
	    document.write( MyTit)
	break

	case "SIS Publications":
		
	    document.write( MyTit)
	break

	case "Audio&Video":
		document.write('<img src="/En/Common/Images/Body_Audio&Video.gif">')
	break

	case "Links":
		document.write('<img src="/En/Common/Images/Body_Links.gif">')
	break
	
	case "About SIS":
		
	    document.write( MyTit)
	break

	default:
		document.write('<img src="/En/Common/Images/Body_Welcome.gif">')
}