function openpopup1(){
var popurl="ericotte.asp"
winpops=window.open(popurl,"","width=440,height=380,scrollbars=0,top=10,left=10")
}

function openpopup2(){
var popurl="/map.asp"
winpops=window.open(popurl,"","width=500,height=550,scrollbars=0,top=10,left=10")
}