function Contactus() {
	if (document.form1.uword.value=="" )
		{
			alert('Enter the code as it is shown');
			document.form1.uword.focus();
			return false;
		}
	return jcap();
}
// To open a popup window
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}