/**
 *
 * @copyright 2005 eo Networks
 * @link http://www.eo.pl/
 *
 * @version $Revision: 1.1 $
 * @file $RCSfile: floatingMenu.js,v $
 * @date $Date: 2005/04/15 15:31:14 $
 *
 */


function showMap(url) 
{
	opt = 'dependent, height=316, width=316, location=0, menubar=0, resizable=1, status=0, titlebar=0, toolbar=0, scrollbars=1';
	window.open('mapa.jsp?img='+url, 'mapa', opt);
	return false;
}
