// JavaScript Document
function change(html,img_name1, img_src1,img_name2,img_src2)
   {
	  
	   document[img_name1].src = img_src1; 
	   document[img_name2].src = img_src2; 
	   description.innerHTML=html;
	     
   }
   
function divchange(html)
   {
	   divdescrip.innerHTML=html
	  
  self.scrollTo(0,280);
  
  
   }
	   
 function mailsome1(){
{
	
parent.location.href='mailto:info@bilzits.com';
   }
}

function mailsome2(){
{
	
parent.location.href='mailto:jobs@bilzits.com';
   }
}



function RegainFocus() {
            if((document.getElementById("name").value).length == 0) {
                document.getElementById("name").focus();
                alert("The name should not be empty");
            }
        }  
		
		
		function RegainFocus1() {
            if((document.getElementById("email").value).length == 0) {
                document.getElementById("email").focus();
                alert("The email ID  should not be empty");
            }
        }function RegainFocus2() {
            if((document.getElementById("phone").value).length == 0) {
                document.getElementById("phone").focus();
                alert("The phone number should not be empty");
            }
        }

function changeImage() {
        newImage = "url(images/t.gif)";
        document.getElementById('Good').style.backgroundImage = newImage;
      }
function changeImage1() {
        newImage = "url(images/sidemenu.gif)";
        document.getElementById('Good').style.backgroundImage = newImage;
      }
