var dom = {};
dom.query = jQuery.noConflict(true);

dom.query(function()
{


	dom.query("#aboutus").click(function(event) {
		event.preventDefault();
		dom.query("#aboutussub").show('slow');
		dom.query("#ourservicelinksub").hide('slow');
		dom.query("#ourcustomersub").hide('slow');

		dom.query("#proudctssub").hide('slow');
		dom.query("#faqsub").hide('slow');
	});

	dom.query("#ourservicelink").click(function(event) {
		event.preventDefault();
		dom.query("#ourservicelinksub").show('slow');
		dom.query("#aboutussub").hide('slow');
		dom.query("#ourcustomersub").hide('slow');
		dom.query("#proudctssub").hide('slow');
		dom.query("#faqsub").hide('slow');
	});

	dom.query("#ourcustomer").click(function(event) {
		event.preventDefault();
		dom.query("#ourcustomersub").show('slow');
		dom.query("#aboutussub").hide('slow');
		dom.query("#ourservicelinksub").hide('slow');
		dom.query("#proudctssub").hide('slow');
		dom.query("#faqsub").hide('slow');
	});

	dom.query("#faq").click(function(event) {
		event.preventDefault();
		dom.query("#faqsub").show('slow');
		dom.query("#aboutussub").hide('slow');
		dom.query("#ourservicelinksub").hide('slow');
		dom.query("#ourcustomersub").hide('slow');
		dom.query("#proudctssub").hide('slow');
	});

	dom.query("#proudcts").click(function(event) {
		event.preventDefault();
		dom.query("#proudctssub").show('slow');
		dom.query("#aboutussub").hide('slow');
		dom.query("#ourservicelinksub").hide('slow');
		dom.query("#ourcustomersub").hide('slow');
		dom.query("#faqsub").hide('slow');
	});


		dom.query("#bd1").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
			dom.query("#bd2").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
				dom.query("#bd3").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
					dom.query("#bd4").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
						dom.query("#bd5").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
							dom.query("#bd6").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
								dom.query("#bd7").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
									dom.query("#bd8").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
										dom.query("#bd9").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
											dom.query("#bd10").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
												dom.query("#bd11").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
													dom.query("#bd12").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
														dom.query("#bd13").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
															dom.query("#bd14").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd15").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd16").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd17").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd18").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd19").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd20").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd21").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd22").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd23").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd24").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd25").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd26").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd27").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd28").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd29").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd30").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd31").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bd32").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});
																dom.query("#bdTitle").hover(function(){dom.query(this).fadeOut(100);dom.query(this).fadeIn(500);});


});

