//document.getElementById("OldCSS1").disabled=true; // Disables the old CSS
//document.getElementById("OldCSS2").disabled=true; // Disables the old CSS
//document.getElementById("OldCSS3").disabled=true; // Disables the old CSS
// // Enables the old CSS
//
////alert ('Hello');
//if (document.getElementById("NewCSS"))
//{
//	document.getElementById("NewCSS").disabled=false;
//	document.getElementById("NewHeaderNormal").style.display=''; // Enables the New Header Normal
//}
//document.getElementById("OldHeaderNormal").style.display='none'; // Disables the old Header Normal
//
