// JavaScript Document

function map(url){
mapwin=window.open(url,"MAP","width=360,height=270,scrollbars=no,resizable=no");mapwin.focus()
}