// JavaScript Document
function edm_share() {
	window.open('http://www.knorrtips.com/edm/pop_hp.php','食譜分享','toolbar=0,status=0,width=599,height=490');
}

function fbs_share() {
	try {
	var pageTracker = _gat._getTracker("UA-8531130-1");
		pageTracker._trackPageview('fbshare_index');
	} catch(err) {}
	u="http://www.knorrtips.com/index.html";
	t="家樂牌 -- 主頁";
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
}

function bookmark() {

	if (window.sidebar) // firefox
    	window.sidebar.addPanel(document.title, this.location, "");
	else if(window.opera && window.print){ // opera
		var elem = document.createElement('a');
		elem.setAttribute('href',this.location);
		elem.setAttribute('title',document.title);
		elem.setAttribute('rel','sidebar');
		elem.click();
	} 
	else if(document.all)// ie
    	window.external.AddFavorite(this.location, document.title);
}