window.addEvent('domready', function() {
	
		$('side-box-1').addEvent('mouseenter', function(){			
			$('side-box-1').setStyle("background", "#191919 url(./SooTPL/img/sp_right_c.png) bottom right no-repeat");
			$E('h2', 'sb-1-right').setStyle("color", "#FF3A00");
			$('sb-1-right').setStyle("color", "#ffffff");
			$('sb-1-left').setStyle("background", "url(./SooTPL/img/sp_01_2.png) top left no-repeat");
			
		});
	 
		$('side-box-1').addEvent('mouseleave', function(){			
			$('side-box-1').setStyle("background", "#ffffff");
			$E('h2', 'sb-1-right').setStyle("color", "#191919");
			$('sb-1-right').setStyle("color", "#191919");
			$('sb-1-left').setStyle("background", "url(./SooTPL/img/sp_01_1.png) top left no-repeat");
		});
		if($('side-box-2') != null){
			$('side-box-2').addEvent('mouseenter', function(){			
				$('side-box-2').setStyle("background", "#191919 url(./SooTPL/img/sp_right_c.png) bottom right no-repeat");
				$E('h2', 'sb-2-right').setStyle("color", "#FF3A00");
				$('sb-2-right').setStyle("color", "#ffffff");
				$('sb-2-left').setStyle("background", "url(./SooTPL/img/sp_02_2.png) top left no-repeat");
				
			});
			
		 
			$('side-box-2').addEvent('mouseleave', function(){			
				$('side-box-2').setStyle("background", "#ffffff");
				$E('h2', 'sb-2-right').setStyle("color", "#191919");
				$('sb-2-right').setStyle("color", "#191919");
				$('sb-2-left').setStyle("background", "url(./SooTPL/img/sp_02_1.png) top left no-repeat");
			});
		}
		if($('side-box-3') != null){
			$('side-box-3').addEvent('mouseenter', function(){			
				$('side-box-3').setStyle("background", "#191919 url(./SooTPL/img/sp_right_c.png) bottom right no-repeat");
				$E('h2', 'sb-3-right').setStyle("color", "#FF3A00");
				$('sb-3-right').setStyle("color", "#ffffff");
				$('sb-3-left').setStyle("background", "url(./SooTPL/img/sp_03_2.png) top left no-repeat");
				
			});
		 
			$('side-box-3').addEvent('mouseleave', function(){			
				$('side-box-3').setStyle("background", "#ffffff");
				$E('h2', 'sb-3-right').setStyle("color", "#191919");
				$('sb-3-right').setStyle("color", "#191919");
				$('sb-3-left').setStyle("background", "url(./SooTPL/img/sp_03_1.png) top left no-repeat");
			});
		}
		
		if($('top-search') != null){
			$('top-search').addEvent('mouseenter', function(){
				if($('top-search').value == $('top-search').title){
					$('top-search').value = '';
				}
			});
			
			$('top-search').addEvent('mouseleave', function(){
				if($('top-search').value == ''){
					$('top-search').value = $('top-search').title;
				}				
			});
		}
		
		if (TransMenu.isSupported()) {
			TransMenu.initialize();					
		}
});
