function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}function checkContactUs(input){        if (document.form1.company.value == ""){           alert("Please enter Company Name");           return false;    }	    if (document.form1.contact.value == ""){           alert("Please enter Contact Person");           return false;    }		       if (document.form1.country.value == ""){           alert("Please enter your Country");           return false;    }	if (document.form1.address.value == ""){           alert("Please enter your Address");           return false;    }	if (document.form1.phone.value == ""){           alert("Please enter your Telephone no.");           return false;    }	    if (document.form1.email.value == ""){           alert("Please enter your Email Address");           return false;    }    if (document.form1.industry.value == ""){           alert("Please enter your Industry");           return false;    }			   if (document.form1.how[document.form1.how.selectedIndex].value == ""){           alert("Please select How you get to know us");           return false;    }		if (document.form1.comment.value == ""){           alert("Please enter your Questions or comments");           return false;    }			return true;				}var strWindowName = '';	function OpenWin(strFilename,intWidth,intHeight)	{		if (strWindowName != '') 		{			strWindowName.close();			}		strWindowName=window.open(strFilename, 'myWin','scrollbars=yes,width=' + intWidth + ',height=' + intHeight);	}<!-- Original:  Martin Webb (martin@irt.org) --><!-- This script and many more are available free online at --><!-- The JavaScript Source!! http://javascript.internet.com --><!-- Beginfunction right(e) {if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2))return false;else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) {alert("Sorry, you do not have permission to right click.");return false;}return true;}document.onmousedown=right;document.onmouseup=right;if (document.layers) window.captureEvents(Event.MOUSEDOWN);if (document.layers) window.captureEvents(Event.MOUSEUP);window.onmousedown=right;window.onmouseup=right;//  End -->
