﻿function addfavorite()
{
   if (document.all)
   {
      window.external.addFavorite('http://www.i-remote.cn','Shenzhen New Solution Code-Download Website');
   }
   else if (window.sidebar)
   {
      window.sidebar.addPanel('Shenzhen New Solution Code-Download Website', 'http://www.i-remote.cn', "");
   }
} 
