//Copy Right
function copyRight(startYear) {	
    date = new Date();
    year = date.getYear();
    if ( (year - startYear) > 0){
       document.write(startYear + " - " + year);
    }else{
     document.write(startYear);
    } 
}

function fwLoadMenus() {

 window.fw_menu_0 = new Menu("root",147,18,"Verdana, Arial, Helvetica, sans-serif",11,"#BB5900","#000000","#FFCEA1","#FFE2C8");
  fw_menu_0.addMenuItem("Ongoing Projects ","location='projects-ongoing.html'");
  fw_menu_0.addMenuItem("Completed Projects ","location='projects-completed.html'");
  fw_menu_0.addMenuItem("Forthcoming Projects ","location='projects-forthcoming.html'");
  fw_menu_0.hideOnMouseOut=true;
  fw_menu_0.writeMenus();
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
