<!--
function FriendSend(type,id) {
	window.open("/ContentManager/FriendSend.asp?type=" + type + "&id=" + id,"FriendSend","Height=299,Width=392");
}
//-->