$(function() {


		   


	$('.secondary li').eq(5).children('a').text('GSM advance');


	$('.navigation').children('li').hover(


		function() {


			$(this).children('ul').css({'display':'block', 'z-index':'5'}).prev('span').css({'display':'block', 'z-index':'6'}).children('span').css({'height':'28px'});


			$('.menu').hide();


			$(this).siblings('li').each(function() {


				$(this).children('a').css({'height':'28px'});								 


			});


			


		},


		function() {


			$(this).children('ul').css({'display':'none', 'z-index':'0'}).prev('span').css({'display':'none', 'z-index':'0'}).children('span').css({'height':'38px'});


			$('.menu').show();


			$(this).siblings('li').each(function() {


				$(this).children('a').css({'height':'38px'});									 


			});


		}


	);


	


	$('.menu').children('li').hover(


		function() {


			$(this).children('ul').show().css({'z-index':'1'}).prev('span').show().css({'z-index':'5','height':'30px'});	


		},


		function() {


			$(this).children('ul').hide().css({'z-index':'0'}).prev('span').hide().css({'z-index':'0','height':'auto'});	


		}


	);


	$('.header .service .gsm').children('ul').show();


	$('.header .service .one2call').children('ul').hide();


	$('.header .service').children('li').hover(


		function() {


			$(this).children('ul').show();


			$('.header .service .one2call').mouseover(function() {

				$('.header .service .gsm').children('ul').hide();

				$(this).children('ul').show().css({'height':'307px'});	


				//alert('');


				$('.flash').hide();


			});


			$('.header .service .gsm').mouseover(function() {


				$('.header .service .one2call').children('ul').hide();

				$(this).children('ul').show().css({'height':'307px'});	
				
				$('.flash').show();


			});


			


			$('.menu').hide();


		},


		function() {


			$(this).children('ul').hide();


			$('.menu').show();


		}


	);


	


	$('.navigation > li > ul > li > ul').each(function() {


		$(this).css({'cursor':'pointer'});


	});








//fucking ie6


if($.browser.msie && $.browser.version < 7 ) {


	$('.navigation').children('li').hover(


		function() {


			$(this).children('ul').css({'display':'block', 'z-index':'5'}).prev('span').css({'display':'block', 'z-index':'6'}).children('span').css({'height':'40px','width':'38px'})


			$('.menu').hide();		


			$(this).siblings('li').each(function() {


				/*$(this).children('a').css({'background':'none'});			*/						 


			});


			


		},


		function() {


			$(this).children('ul').css({'display':'none', 'z-index':'0'}).prev('span').css({'display':'none', 'z-index':'0'}).children('span').css({'height':'38px', 'width':'auto'});


			$('.menu').show();


			$(this).siblings('li').each(function() {


				/*$(this).children('a').css({'background':"url('../images/element/header/navigation/background.png') no-repeat 0 0"});	*/								 


			});


		}


	);


}


$(".content div.scroll").scrollable({size:7}).autoscroll({autoplay: true}).mousewheel().circular();


});



