function On_Mouse_Over(intButtonNumber, strPictureFile){
    document.all[intButtonNumber].src = 'images/'+strPictureFile;
}// On_Mouse_Over()

function On_Mouse_Out(intButtonNumber, strPictureFile){
    document.all[intButtonNumber].src = 'images/'+strPictureFile;
} //On_Mouse_Out()
/*
function OpenWindow(){
   var strURL = "NewsForm.htm";
   window.open(strURL,"MainWindow","width=550,height=650,scrollbars=no");
}//OpenWindow()
*/