function closePopup()
{
	window.close();	
}

function send()
{
	document.forms['form'].submit();
}
