function map()
{
	newwindow=window.open('media/map-big.gif','name','width=500,height=405,resizable=0');
	if (window.focus) {newwindow.focus()}
}