<!---
/* Open upload photo Window */

function cChoice() {
window.open('minicalendar_m_choice.asp?arg='+arguments[0],'Upload','top=350,left=250,width=273,height=170,scrollbars=0');
}

function calculex() {
var currentTime = new date()
}


function dis_win(filename1) {
var filename1
window.open(filename1,'dis_win','top=100,left=100,width=216,height=342,toolbar=0,menubar=0,scrollbars=0,resizable=0');
}



        if (document.images) {
        



		
		studentson = new Image();
        studentson.src = "images/students_areaUp.gif";  

        studentsoff = new Image();
        studentsoff.src = "images/students_area.gif";	
		
		
		contacton = new Image();
        contacton.src = "images/contactusUp.gif";  

        contactoff = new Image();
        contactoff.src = "images/contactus.gif";	
		
		sitemapon = new Image();
        sitemapon.src = "images/sitemapUp.gif";  

        sitemapoff = new Image();
        sitemapoff.src = "images/sitemap.gif";	
		
		indexon = new Image();
        indexon.src = "images/homeUp.gif";  

        indexoff = new Image();
        indexoff.src = "images/home.gif";	
		
		
		buson = new Image();
        buson.src = "images/bus_up.jpg";  

        busoff = new Image();
        busoff.src = "images/bus.jpg";	
        
        submiton = new Image();
        submiton.src = "images/submit_up.gif";  

        submitoff = new Image();
        submitoff.src = "images/submit.gif";

		
		/*from admin section*/
	   index1on = new Image();
        index1on.src = "../images/homeUp.gif";  

        index1off = new Image();
        index1off.src = "../images/home.gif";	
        
        submit1on = new Image();
        submit1on.src = "../images/submit_up.gif";  

        submit1off = new Image();
        submit1off.src = "../images/submit.gif";

			        
        }
        
        function msovr(imgNm) {
                if (document.images) {
                document[imgNm].src = eval(imgNm + "on.src");
                }
        }
        
        function msout(imgNm) {
                if (document.images) {
                document[imgNm].src = eval(imgNm + "off.src");
                }
        }

// --> 