

function checksocial(form) {
	win=window.open('','social_win','width=550,height=600,resizable=yes,scrollbars=yes')
	form.target = 'social_win';
	form.action = 'send_social.php';
}