function popUp(id)
{
	url = "index.php?id=" + id;
	window.open('extra.html','site','width=519,height=200,noresize,resize=0,menubar=0,location=0,scrollbars=auto,toolbar=0,status=0')
}
