// JavaScript Document

function scholarship(html,wname) {
    window.open(html+".html",wname,"status,height=500,width=550")    
}
