﻿$(document).ready(function(){
	$('#slider').nivoSlider();
	
	var leftHeight = $(".mleft").height();
	var rightHeight = $(".mRight").height();
	if(leftHeight<rightHeight)
	{
		$(".mleft").height(rightHeight);
	}
	else
	{
		$(".mRight").height(leftHeight);
	}
});

function  addFav() {   //加入收藏夹   
             if  (document.all) {   
                window.external.addFavorite('http://www.ABC.com', '无锡明智不锈钢有限公司');   
            }   
             else   if  (window.sidebar) {   
            window.sidebar.addPanel('无锡明智不锈钢有限公司', 'http://www.ABC.com',  "" );   
            }   
        }
    
function SetHome(obj){   
    try{   
        obj.style.behavior='url(#default#homepage)';   
        obj.setHomePage('http://www.ABC.com');   
    }catch(e){   
        if(window.netscape){   
            try{   
                netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");   
            }catch(e){   
                alert("抱歉，此操作被浏览器拒绝！\n\n请在浏览器地址栏输入“about:config”并回车然后将[signed.applets.codebase_principal_support]设置为'true'");   
            };   
        }else{   
            alert("抱歉，您所使用的浏览器无法完成此操作。\n\n您需要手动将'无锡明智不锈钢有限公司'设置为首页。");   
        };   
    };   
}
