jQuery(document).ready(function()
{		
		
	//	jQuery("#drop-menu1").hide('fast');
	//	jQuery("#drop-menu2").hide('fast');
	//	jQuery("#drop-menu3").hide('fast');
	//	document.getElementById('menu-title1').className = '';
		//jQuery("#drop-menu4").hide('fast');
		//jQuery("#divSlide").hide('fast');
		
		jQuery("#menu-title1").click(function(event){
			jQuery("#drop-menu1").show('slow');
			jQuery("#drop-menu2").slideUp('slow');
			jQuery("#drop-menu3").slideUp('slow');
			//jQuery("#drop-menu4").slideUp('slow');
			document.getElementById('menu-title1').className = 'act-left';
			document.getElementById('menu-title2').className = '';
			document.getElementById('menu-title3').className = '';
			//document.getElementById('drop-menu4').className = '';
		});
		
		jQuery("#menu-title2").click(function(event){							
			jQuery("#drop-menu1").slideUp('slow');
			jQuery("#drop-menu2").show('slow');
			jQuery("#drop-menu3").slideUp('slow');
			//jQuery("#drop-menu4").slideUp('slow');
			document.getElementById('menu-title1').className = '';
			document.getElementById('menu-title2').className = 'act-left';
			document.getElementById('menu-title3').className = '';
			//document.getElementById('drop-menu4').className = '';
		});
		
		jQuery("#menu-title3").click(function(event){
			jQuery("#drop-menu1").slideUp('slow');
			jQuery("#drop-menu2").slideUp('slow');
			jQuery("#drop-menu3").show('slow');
			//jQuery("#drop-menu4").slideUp('slow');
			document.getElementById('menu-title1').className = '';
			document.getElementById('menu-title2').className = '';
			document.getElementById('menu-title3').className = 'act-left';
			//document.getElementById('drop-menu4').className = '';
		});
		
		jQuery("#menu-title4").click(function(event){
			jQuery("#drop-menu1").slideUp('slow');
			jQuery("#drop-menu2").slideUp('slow');
			jQuery("#drop-menu3").slideUp('slow');
			//jQuery("#drop-menu4").show('slow');
			document.getElementById('menu-title1').className = '';
			document.getElementById('menu-title2').className = '';
			document.getElementById('menu-title3').className = '';			
			document.getElementById('menu-title4').className = 'act-left';			
		});
		
	});

function btnclick(url_link)
{
	//alert("1");
	location.href=url_link;
	return false;
}
