

function mapWin(theURL,winName,features){
window.open(theURL,'map',"width=1000,height=700,scrollbars=yes,status=no,resizable=no,toolbar=yes,location=no,menubar=no");
}
