function graduation()
{
var lvl
document.getElementById('lvl').innerHTML=" <select name='clss' class='FormTextFieldMedium'>" +
                      	"<option value='B. PT I'>B.A. PT. I</option>"+
                     	"<option value='BA PT. II'>B.A. PT. II</option>"+
                      	"<option value='BSc PT. I'>B.Sc. PT. I</option>"+
                      	"<option value='BSc PT. II'>B.Sc. PT. II</option>"+
                      	"<option value='BCom PT I'>B.Com. PT. I</option>"+
                      	"<option value='BCom PT II'>B.Com. PT. II</option>"+
                    	"</select>";
};

function intermediate()
{
var lvl
document.getElementById('lvl').innerHTML="<select name='clss' class='FormTextFieldMedium'>"+
                      	"<option value='Inter Arts Pt I'>Inter Arts Pt. I</option>"+
                     	"<option value='Inter Arts Pt II'>Inter Arts Pt. II</option>"+
                      	"<option value='Inter Pre Engineering Pt I'>Inter Pre. Engineering Pt. I</option>"+
                      	"<option value='Inter Pre Engineering Pt II'>Inter Pre. Engineering Pt. II</option>"+
                      	"<option value='Inter Pre Medical Pt I'>Inter Pre. Medical Pt. I</option>"+
                      	"<option value='Inter Pre Medical Pt II'>Inter Pre. Medical Pt. II</option>"+
                    	"</select>";
};