function email(id)
{
	window.open("email.php?id="+id,"mywindow","menubar=0,resizable=0,width=364,height=215,resizable=0");
}
function sms(id)
{
	window.open("sms.php?id="+id,"mywindow","menubar=0,resizable=0,width=350,height=156,resizable=0");
}

