$(function() {
	
	//Initiate the scrollables
	var scrollableHeight = 0; 
	$(".scrollableSingleRow, .scrollableDoubleRow").scrollable({circular:false}).navigator();
	
	//IE Curved corners
	/*
	if ($.browser.msie && $.browser.version.substr(0,1)<9) {
		$("html").animate({opacity:1},500,function(){
			curvyCorners.init();
			$('.sbModule_box_imgtitleTxtbutton .text a.action').corner();
		});
	}
	*/
	
	//Inititate movies
	//flowplayer("a.sbModule_movie","http://www.eontalkingenergy.com/flash/flowplayer/flowplayer-3.2.7.swf");
	
	//table rollover
		
//	$('table.styleOne tr').hover(function () {
//      $(this).css('background-color', '#f0f0f0');
//     }, function() {
//      $(this).css('background-color', '#ffffff');
//    });
		
//	$('table.styleOne tr').mouseover(function() {  
//            $(this).addClass('highlightMe');  
//         }).mouseout(function() {  
//            $(this).removeClass('highlightMe');
//});
	});
