var popurls=new Array()
popurls[1]="Alumni/alumni.htm"
popurls[2]="alumniNotice.htm"



function openpopup(popurl){

winpops=window.open(popurls[1],"","width=700,height=600,toolbar=true,location=top,status,scrollbars=yes,menubar=false,resizable=true,screenleft=Yes,top=100,left=80")


winpops=window.open(popurls[2],"","width=500,height=350,toolbar=true,location=top,status,scrollbars=yes,menubar=false,resizable=true,screenleft=Yes,top=100,left=80")

}

openpopup()

//openpopup(popurls[(popurls.length)])
