function send(ID)
{
window.open("contact.php?AutoID="+ID,"send","height=350,width=400,scrollbars,resizable");
}

