$(document).ready( function()
{
	$("#map").click( function()
	{
		window.open('http://ontwikkeling.xironics.nl/p2000meldingen/kaart/','p2000map','width='+screen.width+',height='+screen.height+',scrollbars=no,toolbar=no,location=no');
		return false;
	});
});
