function openpopup(){
var popurl="index2a.html"
winpops=window.open(popurl,"","width=800,height=600,scrollbars,resizable,")
}

