﻿// JScript File
 
    function show(imgId,imgName)
    {
         document.getElementById(imgId).src=imgName;
    }
    function hide(imgId,imgName)
    {
       document.getElementById(imgId).src=imgName;
    }
    function rolling(hypId)
    {        
         document.getElementById(hypId).style.fontSize="small"; 
    }
    function rol(hypId)
    {          
        document.getElementById(hypId).style.fontSize="x-small"; 
    }  
    function fun1()
    {
       var h=null;
       //alert("welcome");
       //window.showModalDialog("WelcomeNote.aspx");  
       //window.open("WelcomeNote.aspx","wn");
        //h = window.open("WelcomeNote.aspx", "hh", "left=100,top=100,width=550,height=300,dependent,modal");       
       
    }
 

