﻿
    function SetFavorite()
    {
       var FavoriteTitle = "巩义市孝义高科机械网";
       var LocationHref = window.location .href;
       window.external.addFavorite(LocationHref,FavoriteTitle);
    }

    function SetIndex(Canshu)
    {
       var strHref=window.location.href;
       Canshu.style.behavior='url(#default#homepage)';
       Canshu.setHomePage(strHref);
    }
    function WindowSowDialog()
    {
       window.showModalDialog("Image1.aspx","","top=-1000");
    }
