/* (C) Script Interactive */

////////// popup
function popup(url) {
	n = window.open(url,'Map','width=480,height=460');
	n.focus();
}

