$(document).ready
(
 	function()
	{
		var s34;
		var u56;
		$('.bodySub').hide();
		$('.subTitles').click
		(
		 	function()
			{
				//$('.bodySub').hide();
				
				s34 = this.id;
				if(s34 == u56)
				{
					$("#"+s34+'private').hide();
					s34 = null;
				}
				else
				{
					$('.bodySub').hide();
					$("#"+s34+'private').show();
				}
				u56 = s34;
				
				/*swith(this.id)
				{
					case '':
					$('#private').toggle();
					break;
				{*/
			}
		 );
		
		
		
		$('.logo').click
		(
		 	function()
			{
				open("index.htm","_self");
			}
		 );
		
		
	}
 );
