function goto(id)
{
	url = "out.php?sid="+id;
	window.open(url,"out");
}