function addfavorite()
{
	if (document.all)
	{
		window.external.addFavorite("http://www.962828.com","上海联华超级市场发展有限公司");
	}
	else if (window.sidebar)
	{
		window.sidebar.addPanel("上海联华超级市场发展有限公司", "http://www.962828.com", ""); 
	}
}

function SetTab(intValue){
    if (intValue == 0){
        $("#tabMenus div:first").addClass("current");
	    $("#tabCons .con:first").show();
    }
	$("#tabMenus div").each(function(i){
       $(this).click(function(){
			  $(this).addClass("current").siblings().removeClass();
			  $("#tabCons .con").hide();
			  $("#tabCons .con:eq(" + i + ")").show();
	    });
    });
}

function makeSwf(objID)
{
	var rule="bdo[@name=evals]";
	var objRule = $("#" + objID).size() > 0 ? "#" + objID + " " +rule : rule;
	$(objRule).each(function(i){
			$.globalEval(this.innerHTML);
			$(this).remove();
	});
}
