// JavaScript Document

function doOpen(url) {
	//alert(url);
	window.open(url,'map', 'width=700, menubar=no, toolbar=no, scrollbars=yes');
}
