 function addtopresent(category,id,url) {
	window.open('http://fangpleng.com/add-to-favorites/index.php?topic=' + id + '&category=' + category + '&url=' + url, '', 'width=440,height=300,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no');
	}
