function prosiMap( x_art_id_prosi, x_species_orgID)
{
	var		oWindow = null;
	var		iWidth = 800;
	var 	iHeight = 720;

	oWindow = window.open( "../includes/template.popup.php?target=map_prosi&art_id_prosi="+x_art_id_prosi+"&species_orgID="+x_species_orgID, "POPUP_MAP", "dependent=yes,locationbar=no,menubar=no,scrollbars=no,resizable=yes,status=no,screenX=0,screenY=0,height="+iHeight+",width="+iWidth); 
	if( top.window.opener)
		oWindow.opener = top.window.opener;

	centerWindow( oWindow, iWidth, iHeight)
}

