if (document.images) {

news = new Image
newson = new Image
reimbursement = new Image
reimbursementon = new Image
legislation = new Image
legislationon = new Image
consumers = new Image
consumerson = new Image
members = new Image
memberson = new Image
students = new Image
studentson = new Image


news.src = "http://www.mpta.com/images/prinav_news.gif"
newson.src = "http://www.mpta.com/images/prinav_newson.gif"
reimbursement.src = "http://www.mpta.com/images/prinav_reimbursement.gif"
reimbursementon.src = "http://www.mpta.com/images/prinav_reimbursementon.gif"
legislation.src = "http://www.mpta.com/images/prinav_legislation.gif"
legislationon.src = "http://www.mpta.com/images/prinav_legislationon.gif"
consumers.src = "http://www.mpta.com/images/prinav_consumers.gif"
consumerson.src = "http://www.mpta.com/images/prinav_consumerson.gif"
members.src = "http://www.mpta.com/images/prinav_members.gif"
memberson.src = "http://www.mpta.com/images/prinav_memberson.gif"
students.src = "http://www.mpta.com/images/prinav_students.gif"
studentson.src = "http://www.mpta.com/images/prinav_studentson.gif"

}

else {

news.src = ""
newson.src = ""
reimbursement.src = ""
reimbursementon.src = ""
legislation.src = ""
legislationon.src = ""
consumers.src = ""
consumerson.src = ""
members.src = ""
memberson.src = ""
students.src = ""
studentson.src = ""
}

function NewWindow(mypage, myname, w, h, scroll) {

var winl = (screen.width - w) / 2;

var wint = (screen.height - h) / 2;

winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'

win = window.open(mypage, myname, winprops)

if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }

}
