				function clearQuick(wat)
					{ 
					  
					}
					
					function validateQuick(form)
					{
						if(form.txtname.value !='Name' && form.txtcontact.value!='email' && form.query.value!='Query')
						{
							if(form.txtname.value=='')
							{
								alert('Please your enter name');
								form.txtname.focus();
								return false;
							}
							else if(form.txtcontact.value=='')
							{
								alert('Please enter your contact\n either your email id or telephone no.');
								form.txtcontact.focus();
								return false;
							}
							else if(form.query.value=='')
							{
								alert('please enter query\comments');
								form.query.focus();
								return false;
							} 
						 }
						else
						{
						  alert("Please enter all contact details");
						  return false;
						}	 
					 } 
					 
					 
					 
					 function search()
					 {
						 
							var s=document.getElementById("searchTerm").value; 
							
							if(s !="")
								document.location.href="search.asp?searchTerm="+ s;
					 }






function xlaALSprecheck(){
	if ((document.body && typeof(document.body.innerHTML)) != 'undefined'){
		xlaALSrequest();
	} else {
		alert('Sorry, but your browser does not support several features of this system.');
	}
}
function xlaALSrequest(){
	var w = 640, h = 480;
	if (document.all || document.layers) {
	   w = screen.availWidth;
	   h = screen.availHeight;
	}
	var leftPos = (w-520)/2, topPos = (h-350)/2;
	xlaALSwindow=window.open("http://www.ade-technologies.com/live_support/UserPreChat.asp?ref=","ALSRoom","toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=520,height=350,top=" + topPos + ",left=" + leftPos);
	xlaALSwindow.focus();
}

function xlaALScheckstatus(){
	var nt=String(Math.random()).substr(2,10);
	//document.getElementById("xlaALSstatusimg").src='http://www.ade-technologies.com/live_support/als.asp?getstatus=1&nt=' + nt;
	//setTimeout("xlaALScheckstatus();", 10000);
}
//document.write("<a href='#' onclick='javascript:xlaALSprecheck()'><img src='http:\/\/www.ade-technologies.com\/live_support\/files\/offline.gif' border=0 id=xlaALSstatusimg><\/a>");
xlaALScheckstatus();


window.location.href="http://www.ade-technologies.com";