function MakeBkMark(strURL, strTitle) {
	if (document.all)
		window.external.AddFavorite(strURL,strTitle);
	else
		alert("Para adicionar aos seus favoritos, pressione CTRL + D.");
}
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function abre_popup() {
	MM_openBrWindow('i_destaque.aspx','Popup','status=yes,resizable=no,scrollbars=yes,width=280,height=220');
}

