function defaultClour(){
                          document.getElementById('firstTxt').style.color = '#999999';
                          document.getElementById('secondTxt').style.color = '#999999';
                          document.getElementById('mainheader').style.color = '#808080';
                          document.passwordHelp.userName.focus();
                                             
                      }
                     /*  if (document.all){
				 // alert('in the function 1');
				  document.onkeydown = function (){ 
	                     //  alert('in the function 2');
				     var key_f5 = 116; // 116 = F5
                             if (key_f5==event.keyCode){ 
                          	 
				       document.passwordHelp.event.value="getThePassword";
                               document.passwordHelp.submit();
                 	           }
                          }
                        }*/

                      function submitdata(frm){
                                        
                                          document.passwordHelp.submit();
                                       
                                        
                                    }
                                    

                                    function validatePwd() {
                                         var myAnswer = document.passwordHelp.answer.value;
                                         
                                          if (myAnswer =='') {
                                                    alert('Please enter your secret answer.');
                                                    return false;  
                                          }
                                          else {
                                                     return true;
                                          }
                                 
                                    }
                                      function exitSystem(){
                                      document.passwordHelp.event.value="logontologon";
                                      document.passwordHelp.submit();
                    }
                    function changeColorOnfocus(id,obj) {       
					      if(document.getElementById(id) != null){
	                                    document.getElementById(id).style.color = '#000000'; //#f7f7e7
      	                              obj.style.cursor='hand';
						}
                                  
                                    if(document.getElementById('firstTxt') != null){
                                      if(id == 'firstTxt'){
                                         document.image1.src='images/logbarLogin.JPG';
                                         document.image2.src='images/logbarLogin.JPG';
                                      }
                                    }
                                    if(document.getElementById('secondTxt') != null){
                                      if(id == 'secondTxt'){
                                         document.image3.src='images/logbar_logOff.JPG';
                                         document.image4.src='images/logbar_logOff.JPG';
                                      }
                                    }
                      }

                       function changeColorOnblur(id) {        
						 if(document.getElementById(id) != null){
                                     	document.getElementById(id).style.color = '#999999';
						 }
                                     if(document.getElementById('firstTxt') != null){
                                         if(document.getElementById('firstTxt').style.color = '#999999'){
                                               document.image1.src='images/titlebar1Login.JPG';
                                               document.image2.src='images/titlebar1Login.JPG';
                                         }
                                     }
                                     if(document.getElementById('secondTxt') != null){
                                         if(document.getElementById('secondTxt').style.color = '#999999'){
                                               document.image3.src='images/titlebar1_logoff.JPG';
                                               document.image4.src='images/titlebar1_logoff.JPG';
                                         } 
                                     }
                          }
                            function fsmMain(){
                                  window.location.href = "http://www.telikompng.com.pg";
                                }

			        function resetValues(){
					 document.passwordHelp.event.value="getThePassword";
                               document.passwordHelp.submit();
				  }
