
function clicktsc() 
{
var password;

var pass1="knnlmistsc";


password=prompt('Please enter your password to view this page!',' ');

if (password==pass1)
  //alert('Password Correct! Click OK to enter!');
  {
    window.location="Technical_Sub_Committee.htm";
  }
else
   {
    alert('Password InCorrect! ');
	//window.location="http://www.yahoo.com";
    }
}
function clickfsc() 
{
var password;

var pass1="knnlmisfsc";


password=prompt('Please enter your password to view this page!',' ');

if (password==pass1)
  //alert('Password Correct! Click OK to enter!');
  {
    window.location="Finance_sub_committee.htm";
  }
else
   {
    alert('Password InCorrect! ');
	//window.location="http://www.yahoo.com";
    }
}
function clickbs() 
{
var password;

var pass1="knnlmisbs";


password=prompt('Please enter your password to view this page!',' ');

if (password==pass1)
  //alert('Password Correct! Click OK to enter!');
  {
    window.location="Board_Subjects.htm";
  }
else
   {
    alert('Password InCorrect! ');
	//window.location="http://www.yahoo.com";
    }
}
