﻿// JScript File

//    var d=new Date();
//    var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
//    var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
//    document.write('<table cellpadding=\"0\" cellspacing=\"0\" class=\"head_table\" style=\"width:100%;\">');
//    document.write('<tr>');
//    document.write('<td class=\"hdbtbr\" style=\"height:20px;\" >');
////     document.write(' <img alt=\"\" src=\"images/sricom.JPG\" />');
////      document.write(' <span class=\"ct_title\">Sricom Inc.</span>');
//    document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + ", ")
//    document.write(monthname[d.getMonth()] + " ");
//    document.write(d.getDate() + ", ");
//    document.write(d.getFullYear());
//    document.write("</nobr><br></span>");
//    document.write('</td>');
//    document.write('<td class=\"hdbtbr\" style=\" text-align:right;\" >Sitemap&nbsp;|&nbsp;Help');
//    document.write('</td>');
//    document.write('</tr>');
//    document.write('</table>');

var Support_Projects ='#';
function chtd(obj)
{
var par =obj.parentNode;
par.style.backgroundColor="#CFCFCF";
}
function chg(obj)
{
var par =obj.parentNode;
par.style.backgroundColor="#0D69B9";
}