jQuery().ready(function(){
	jQuery('#secondarynav').accordion({
		active: '.selected', 
    	selectedClass: '.active', 
	   	header: '.head', 
		navigation: false, 
		event: 'click', 
		fillSpace: true, 
		animated: 'easeslide' 
	});
});
	function init() {
		if (TransMenu.isSupported()) {
			TransMenu.initialize();

			menu1.onactivate = function() { document.getElementById("jetiprinters").className = "hover"; };
			menu1.ondeactivate = function() { document.getElementById("jetiprinters").className = ""; };
			
			
			menu2.onactivate = function() { document.getElementById("techsupport").className = "hover"; };
			menu2.ondeactivate = function() { document.getElementById("techsupport").className = ""; };
			
			
					
			

			document.getElementById("aboutus").onmouseover = function() {
				ms.hideCurrent();
				this.className = "hover";
			}
			document.getElementById("aboutus").onmouseout = function() { this.className = ""; }

						
			document.getElementById("gandicontacts").onmouseover = function() {
				ms.hideCurrent();
				this.className = "hover";
			}
			document.getElementById("gandicontacts").onmouseout = function() { this.className = ""; }

			document.getElementById("gandiapproved").onmouseover = function() {
				ms.hideCurrent();
				this.className = "hover";
			}
			document.getElementById("gandiapproved").onmouseout = function() { this.className = ""; }
			
			document.getElementById("jeticomponents").onmouseover = function() {
				ms.hideCurrent();
				this.className = "hover";
			}
			document.getElementById("jeticomponents").onmouseout = function() { this.className = ""; }
				
			document.getElementById("jetiaccessories").onmouseover = function() {
				ms.hideCurrent();
				this.className = "hover";
			}
			document.getElementById("jetiaccessories").onmouseout = function() { this.className = ""; }
		}
	}