jQuery(document).ready(function()
{
		/*jQuery("#drop-menu15").hide('fast');
		jQuery("#drop-menu37").hide('fast');
		jQuery("#drop-menu41").hide('fast');
		jQuery("#drop-menu45").hide('fast');
		jQuery("#drop-menu49").hide('fast');
		jQuery("#drop-menu53").hide('fast');
		jQuery("#drop-menu55").hide('fast');	
		jQuery("#divSlide").hide('fast');*/
		
		
		
		jQuery("#menu-title15").click(function(event){
			jQuery("#drop-menu15").show('slow');
			jQuery("#drop-menu37").slideUp('slow');
			jQuery("#drop-menu41").slideUp('slow');
			jQuery("#drop-menu45").slideUp('slow');
			jQuery("#drop-menu49").slideUp('slow');
			jQuery("#drop-menu53").slideUp('slow');
			jQuery("#drop-menu55").slideUp('slow');			
			document.getElementById('menu-title15').className = 'act-left';
			document.getElementById('menu-title37').className = '';
			document.getElementById('menu-title41').className = '';
			document.getElementById('menu-title45').className = '';
			document.getElementById('menu-title49').className = '';
			document.getElementById('menu-title53').className = '';
			document.getElementById('menu-title55').className = '';
		});
		
		jQuery("#menu-title37").click(function(event){
			jQuery("#drop-menu15").slideUp('slow');
			jQuery("#drop-menu37").show('slow');
			jQuery("#drop-menu41").slideUp('slow');
			jQuery("#drop-menu45").slideUp('slow');
			jQuery("#drop-menu49").slideUp('slow');
			jQuery("#drop-menu53").slideUp('slow');
			jQuery("#drop-menu55").slideUp('slow');			
			document.getElementById('menu-title15').className = '';
			document.getElementById('menu-title37').className = 'act-left';
			document.getElementById('menu-title41').className = '';
			document.getElementById('menu-title45').className = '';
			document.getElementById('menu-title49').className = '';
			document.getElementById('menu-title53').className = '';
			document.getElementById('menu-title55').className = '';
		});
		
		jQuery("#menu-title41").click(function(event){
			jQuery("#drop-menu15").slideUp('slow');
			jQuery("#drop-menu37").slideUp('slow');
			jQuery("#drop-menu41").show('slow');
			jQuery("#drop-menu45").slideUp('slow');
			jQuery("#drop-menu49").slideUp('slow');
			jQuery("#drop-menu53").slideUp('slow');
			jQuery("#drop-menu55").slideUp('slow');
			document.getElementById('menu-title15').className = '';
			document.getElementById('menu-title37').className = '';
			document.getElementById('menu-title41').className = 'act-left';
			document.getElementById('menu-title45').className = '';
			document.getElementById('menu-title49').className = '';
			document.getElementById('menu-title53').className = '';
			document.getElementById('menu-title55').className = '';
			
		});
		
		jQuery("#menu-title45").click(function(event){
			jQuery("#drop-menu15").slideUp('slow');
			jQuery("#drop-menu37").slideUp('slow');
			jQuery("#drop-menu41").slideUp('slow');
			jQuery("#drop-menu45").show('slow');
			jQuery("#drop-menu49").slideUp('slow');
			jQuery("#drop-menu53").slideUp('slow');
			jQuery("#drop-menu55").slideUp('slow');
			document.getElementById('menu-title15').className = '';
			document.getElementById('menu-title37').className = '';
			document.getElementById('menu-title41').className = '';
			document.getElementById('menu-title45').className = 'act-left';
			document.getElementById('menu-title49').className = '';
			document.getElementById('menu-title53').className = '';
			document.getElementById('menu-title55').className = '';
		});
		
		jQuery("#menu-title49").click(function(event){
			jQuery("#drop-menu15").slideUp('slow');
			jQuery("#drop-menu37").slideUp('slow');
			jQuery("#drop-menu41").slideUp('slow');
			jQuery("#drop-menu45").slideUp('slow');
			jQuery("#drop-menu49").show('slow');
			jQuery("#drop-menu53").slideUp('slow');
			jQuery("#drop-menu55").slideUp('slow');
			document.getElementById('menu-title15').className = '';
			document.getElementById('menu-title37').className = '';
			document.getElementById('menu-title41').className = '';
			document.getElementById('menu-title45').className = '';
			document.getElementById('menu-title49').className = 'act-left';
			document.getElementById('menu-title53').className = '';
			document.getElementById('menu-title55').className = '';
		});
		
		jQuery("#menu-title53").click(function(event){
			jQuery("#drop-menu15").slideUp('slow');
			jQuery("#drop-menu37").slideUp('slow');
			jQuery("#drop-menu41").slideUp('slow');
			jQuery("#drop-menu45").slideUp('slow');
			jQuery("#drop-menu49").slideUp('slow');
			jQuery("#drop-menu53").show('slow');
			jQuery("#drop-menu55").slideUp('slow');
			document.getElementById('menu-title15').className = '';
			document.getElementById('menu-title37').className = '';
			document.getElementById('menu-title41').className = '';
			document.getElementById('menu-title45').className = '';
			document.getElementById('menu-title49').className = '';
			document.getElementById('menu-title53').className = 'act-left';
			document.getElementById('menu-title55').className = '';
		});
		
		jQuery("#menu-title55").click(function(event){
			jQuery("#drop-menu15").slideUp('slow');
			jQuery("#drop-menu37").slideUp('slow');
			jQuery("#drop-menu41").slideUp('slow');
			jQuery("#drop-menu45").slideUp('slow');
			jQuery("#drop-menu49").slideUp('slow');
			jQuery("#drop-menu53").slideUp('slow');
			jQuery("#drop-menu55").show('slow');
			document.getElementById('menu-title15').className = '';
			document.getElementById('menu-title37').className = '';
			document.getElementById('menu-title41').className = '';
			document.getElementById('menu-title45').className = '';
			document.getElementById('menu-title49').className = '';
			document.getElementById('menu-title53').className = '';
			document.getElementById('menu-title55').className = 'act-left';
		});	
	
	});

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