// JavaScript Document
$(document).ready(function() {
		// home button
		$('#homeButton').mouseenter(function() {
			$("#homeButton").attr({ 
 				 src: "themes/default/img/top_menu/home_button_on.png",
 				 title: "Trang Chủ",
 				 alt: "Trang Chủ"
			});
			$("#homeButton").css('margin-top','-14px');
			$("#homeButton").css('margin-left','-16px');
		});
		
		$('#homeButton').mouseleave(function() {
			$("#homeButton").attr({ 
 				 src: "themes/default/img/top_menu/home_button.png"
			});
			$("#homeButton").css('margin-top','0px');
				$("#homeButton").css('margin-left','0px');
		});
		
		// info button
		$('#infoButton').mouseover(function() {
			$("#infoButton").attr({ 
 				 src: "themes/default/img/top_menu/info_button_on.png",
 				 title: "Info",
 				 alt: "Info"
			});
			$("#infoButton").css('margin-top','-15px');
			$("#infoButton").css('margin-left','-11px');
		});
		
		$('#infoButton').mouseout(function() {
			$("#infoButton").attr({ 
 				 src: "themes/default/img/top_menu/info_button.png",
 				 title: "Info",
 				 alt: "Info"
			});
			$("#infoButton").css('margin-top','0px');
				$("#infoButton").css('margin-left','0px');
		});
		
		// account button
		$('#accountButton').mouseover(function() {
			$("#accountButton").attr({ 
 				 src: "themes/default/img/top_menu/account_button_on.png",
 				 title: "Account",
 				 alt: "Account"
			});
			$("#accountButton").css('margin-top','-15px');
			$("#accountButton").css('margin-left','-11px');
		});
		
		$('#accountButton').mouseout(function() {
			$("#accountButton").attr({ 
 				 src: "themes/default/img/top_menu/account_button.png",
 				 title: "Account",
 				 alt: "Account"
			});
			$("#accountButton").css('margin-top','0px');
				$("#accountButton").css('margin-left','0px');
		});
		
		// gallery button
		$('#galleryButton').mouseover(function() {
			$("#galleryButton").attr({ 
 				 src: "themes/default/img/top_menu/gallery_button_on.png",
 				 title: "Gallery",
 				 alt: "Gallery"
			});
			$("#galleryButton").css('margin-top','-15px');
			$("#galleryButton").css('margin-left','-10px');
		});
		
		$('#galleryButton').mouseout(function() {
			$("#galleryButton").attr({ 
 				 src: "themes/default/img/top_menu/gallery_button.png",
 				 title: "Gallery",
 				 alt: "Gallery"
			});
			$("#galleryButton").css('margin-top','0px');
				$("#galleryButton").css('margin-left','0px');
		});
		
		// support button
		$('#supportButton').mouseover(function() {
			$("#supportButton").attr({ 
 				 src: "themes/default/img/top_menu/support_button_on.png",
 				 title: "Support",
 				 alt: "Support"
			});
			$("#supportButton").css('margin-top','-15px');
			$("#supportButton").css('margin-left','-10px');
		});
		
		$('#supportButton').mouseout(function() {
			$("#supportButton").attr({ 
 				 src: "themes/default/img/top_menu/support_button.png",
 				 title: "Support",
 				 alt: "Support"
			});
			$("#supportButton").css('margin-top','0px');
				$("#supportButton").css('margin-left','0px');
		});
		
		
		// forum button
		$('#forumButton').mouseover(function() {
			$("#forumButton").attr({ 
 				 src: "themes/default/img/top_menu/forum_button_on.png",
 				 title: "Forum",
 				 alt: "Forum"
			});
			$("#forumButton").css('margin-top','-14px');
			$("#forumButton").css('margin-left','-10px');
		});
		
		$('#forumButton').mouseout(function() {
			$("#forumButton").attr({ 
 				 src: "themes/default/img/top_menu/forum_button.png",
 				 title: "Forum",
 				 alt: "Forum"
			});
			$("#forumButton").css('margin-top','0px');
				$("#forumButton").css('margin-left','0px');
		});
		
		// register_section
		$('#registerSection').mouseover(function() {
			$("#registerSection").attr({ 
 				 src: "themes/default/img/section/register_section_on.png",
 				 title: "Register",
 				 alt: "Register"
			});
			$("#registerSection").css('margin-top','-3px');
			$("#registerSection").css('margin-left','-31px');

		});
		
		$('#registerSection').mouseout(function() {
			$("#registerSection").attr({ 
 				 src: "themes/default/img/section/register_section.png",
 				 title: "Register",
 				 alt: "Register"
			});
			$("#registerSection").css('margin-top','0px');
			$("#registerSection").css('margin-left','0px');
		});
		
			// login_section
		$('#loginSection').mouseover(function() {
			$("#loginSection").attr({ 
 				 src: "themes/default/img/section/login_section_on.png",
 				 title: "Login",
 				 alt: "Login"
			});
			$("#loginSection").css('margin-top','-7px');
			$("#loginSection").css('margin-left','-33px');

		});
		
		$('#loginSection').mouseout(function() {
			$("#loginSection").attr({ 
 				 src: "themes/default/img/section/login_section.png",
 				 title: "Login",
 				 alt: "Login"
			});
			$("#loginSection").css('margin-top','0px');
			$("#loginSection").css('margin-left','0px');
		});
		
			// download_section
		$('#downloadSection').mouseover(function() {
			$("#downloadSection").attr({ 
 				 src: "themes/default/img/section/download_section_on.png",
 				 title: "Download",
 				 alt: "Download"
			});
			$("#downloadSection").css('margin-top','-2px');
			$("#downloadSection").css('margin-left','-32px');

		});
		
		$('#downloadSection').mouseout(function() {
			$("#downloadSection").attr({ 
 				 src: "themes/default/img/section/download_section.png",
 				 title: "Download",
 				 alt: "Download"
			});
			$("#downloadSection").css('margin-top','0px');
			$("#downloadSection").css('margin-left','0px');
		});
		
			// donate_section
		$('#donateSection').mouseover(function() {
			$("#donateSection").attr({ 
 				 src: "themes/default/img/section/donate_section_on.png",
 				 title: "Donate",
 				 alt: "Donate"
			});
			$("#donateSection").css('margin-top','-8px');
			$("#donateSection").css('margin-left','-34px');

		});
		
		$('#donateSection').mouseout(function() {
			$("#donateSection").attr({ 
 				 src: "themes/default/img/section/donate_section.png",
 				 title: "Donate",
 				 alt: "Donate"
			});
			$("#donateSection").css('margin-top','0px');
			$("#donateSection").css('margin-left','0px');
		});
		
			// logout_section
		$('#logoutSection').mouseover(function() {
			$("#logoutSection").attr({ 
 				 src: "themes/default/img/section/logout_section_on.png",
 				 title: "Logout",
 				 alt: "Logout"
			});
			$("#logoutSection").css('margin-top','-8px');
			$("#logoutSection").css('margin-left','-33px');

		});
		
		$('#logoutSection').mouseout(function() {
			$("#logoutSection").attr({ 
 				 src: "themes/default/img/section/logout_section.png",
 				 title: "Logout",
 				 alt: "Logout"
			});
			$("#logoutSection").css('margin-top','0px');
			$("#logoutSection").css('margin-left','0px');
		});
		
		//portal
		$('#portalSection').mouseover(function() {
			$("#portalSection").attr({ 
 				 src: "themes/default/img/section/portal_section_on.png",

			});
			$("#portalSection").css('margin-top','-4px');
			$("#portalSection").css('margin-left','-28px');

		});
		
		$('#portalSection').mouseout(function() {
			$("#portalSection").attr({ 
 				 src: "themes/default/img/section/portal_section.png",
 		
			});
			$("#portalSection").css('margin-top','0px');
			$("#portalSection").css('margin-left','0px');
		});
		
			// cash
		$('#newItemImg').mouseover(function() {
			$("#newItemImg").attr({ 
 				 src: "themes/default/img/bg/newItem_tab_on.png",
 				 title: "Home",
 				 alt: "Home"
			});
			$("#newItemImg").css('margin-top','-20px');
			$("#newItemImg").css('margin-left','-15px');

		});
		
		$('#newItemImg').mouseout(function() {
			$("#newItemImg").attr({ 
 				 src: "themes/default/img/bg/newItem_tab.png",
 				 title: "Home",
 				 alt: "Home"
			});
			$("#newItemImg").css('margin-top','0px');
			$("#newItemImg").css('margin-left','0px');
		});
		
		//hot item
		$('#hotItemImg').mouseover(function() {
			$("#hotItemImg").attr({ 
 				 src: "themes/default/img/bg/hotItem_tab_on.png",
 				 title: "Home",
 				 alt: "Home"
			});
			$("#hotItemImg").css('margin-top','-20px');
			$("#hotItemImg").css('margin-left','-4px');

		});
		
		$('#hotItemImg').mouseout(function() {
			$("#hotItemImg").attr({ 
 				 src: "themes/default/img/bg/hotItem_tab.png",
 				 title: "Home",
 				 alt: "Home"
			});
			$("#hotItemImg").css('margin-top','0px');
			$("#hotItemImg").css('margin-left','0px');
		});
		
		
		
		
		
		
		
		});
