var urlAddress = "http://www.shopping-bargains.com";
var pageName = "1000+ Stores with Coupon Codes & Deals @ Shopping-Bargains.com";

function addToFavorites() {
  if(window.external) window.external.AddFavorite(urlAddress,pageName)
  else alert("Click the OK button below and then press the CTRL key and the D key on your keyboard at the same time to bookmark Shopping-Bargains.com.");
 }

 function toggle(obj)
{
	document.getElementById(obj).className = (document.getElementById(obj).className=='open') ? 'collapse' : 'open';
}
