function popSendFriend(url) {
	newwindow = window.open(url,'name','top=150,left=300,height=250,width=400');
	if (window.focus) {newwindow.focus()}
	return false;
}
