function newWin(id)
{
	window.open("missing-persons/missingperson.asp?slno=" + id,"Wanted","height=550 width=450 address=no")
}

//LAYER
function getObj(name)
{
  if (document.getElementById)
  {
  	this.obj = document.getElementById(name);
	this.style = document.getElementById(name).style;
  }
}

function send_Info(id)
{
	window.open("modules/missingpersoninfo.php?slno="+id,"Wanted","height=500 width=529 address=no")
}