var newwindow;
function map(url)
{
	newwindow=window.open(url,'name','height=595,width=525');
	if (window.focus) {newwindow.focus()}
}


