﻿    function checkvalue(iExamType) {
        if (iExamType == '-1' ) {
            alert(iExamType);
            return false; 
            }
        else
	        document.forms['examsearchform'].submit();
    }