// JavaScript Document
$(document).ready(function() {
	$(".news_tab_title li:first").addClass("current");
	$(".news_tab_list ul:not(:first)").hide(); 
	$(".news_tab_title li").mouseover(function() {
		$(".news_tab_title li").removeClass("current");
		$(this).addClass("current");
		$(".news_tab_list ul").hide();
		$("." + $(this).attr("id")).show();
	});
	
	$(".products_tab_title li:first").addClass("current");
	$(".products_tab_list ul:not(:first)").hide(); 
	$(".products_tab_title li").mouseover(function() {
		$(".products_tab_title li").removeClass("current");
		$(this).addClass("current");
		$(".products_tab_list ul").hide();
		$("." + $(this).attr("id")).show();
	});
});

function bookmark(){
	
 
if (window.sidebar) { 
window.sidebar.addPanel(title, 'http://www.westinpower.com',""); 
} else if( document.all ) {
window.external.AddFavorite( 'http://www.westinpower.com', "西电（汕头保税区）动力设备有限公司");
} else if( window.opera && window.print ) {
return true;
}


	
}

