var submitcount=0;
		
		function checkData(){
                                if (document.form.fname.value == "") {
                                        alert("Please fill in your First Name.")
                                        document.form.fname.focus()
                                        return false}
                                if (document.form.email.value == "") {
					alert("Please fill in your Email address")
                                 	document.form.email.focus()
                                 	return false}
				else
					{
					txt=document.form.email.value;
					if (txt.indexOf("@")<1){
					alert("\n The E-Mail field requires a \"@\" and a \".\"be used. "
					+" \n\nPlease re-enter your E-Mail address.");
					document.form.email.focus();
					return false;
					}
					if ((txt.indexOf(".in")<3)&&(txt.indexOf(".com")<1)&&(txt.indexOf(".org")<1)
					&&(txt.indexOf(".gov")<1)&&(txt.indexOf(".net")<1)
					&&(txt.indexOf(".mil")<1)&&(txt.indexOf(".edu")<1)){
					alert("I'm sorry. This email address seems wrong. Please"
					+" check the suffix for accuracy. (It should include a "
					+".in, .com, .edu, .net, .org, .gov or .mil)");
					document.form.email.focus();
					return false}


			if (submitcount == 0)
     					 {
      					submitcount++;
					return true;
					 }
				else 
					{
				alert("This form has already been submitted.  Thanks!");
				return false;
					}
			return true
                          }
}

                                
	function checkData1(){
if (document.form.fname.value == "") {
                                        alert("Please fill in your First Name.")
                                        document.form.fname.focus()
                                        return false}
                                if (document.form.email.value == "") {
					alert("Please fill in your Email address")
                                 	document.form.email.focus()
                                 	return false}
				else
					{
					txt=document.form.email.value;
					if (txt.indexOf("@")<1){
					alert("\n The E-Mail field requires a \"@\" and a \".\"be used. "
					+" \n\nPlease re-enter your E-Mail address.");
					document.form.email.focus();
					return false;
					}
					if ((txt.indexOf(".in")<3)&&(txt.indexOf(".com")<1)&&(txt.indexOf(".org")<1)
					&&(txt.indexOf(".gov")<1)&&(txt.indexOf(".net")<1)
					&&(txt.indexOf(".mil")<1)&&(txt.indexOf(".edu")<1)){
					alert("I'm sorry. This email address seems wrong. Please"
					+" check the suffix for accuracy. (It should include a "
					+".in, .com, .edu, .net, .org, .gov or .mil)");
					document.form.email.focus();
					return false}

				if (document.form.Profession.value == "") {
                                        alert("Please fill in your Profession.")
                                        document.form.Profession.focus()
                                        return false}

	                 	if (document.form.frequency.value == "") {
					alert("Please fill in the Frequency field.")
                                 	document.form.frequency.focus()
                                 	return false}
				
				if (document.form.HDDCapacity.value == "") {
					alert("Please fill in the HDD Capacity field.")
                                 	document.form.HDDCapacity.focus()
                                 	return false}
				
				if (document.form.FreeHDSpace.value == "") {
					alert("Please fill in the Free Space On HDD field.")
                                 	document.form.FreeHDSpace.focus()
                                 	return false}
				
				if (document.form.RAM.value == "") {
					alert("Please fill in the RAM field.")
                                 	document.form.RAM.focus()
                                 	return false}
				
				if (document.form.GraphicsCard.value == "") {
					alert("Please fill in the 'Graphics Card' field.")
                                 	document.form.GraphicsCard.focus()
                                 	return false}
				
								 
	                 	if (document.form.AgeOfPC.value == "") {
					alert("Please fill in the 'Age Of PC' field.")
                                 	document.form.AgeOfPC.focus()
                                 	return false}

				if (submitcount == 0)
     					 {
      					submitcount++;
					return true;
					 }
				else 
					{
				alert("This form has already been submitted.  Thanks!");
				return false;
					}
			return true
                          }
}
function go(){
if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none") {
location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
		}
	}

function go1(){
if (document.selecter2.select2.options[document.selecter2.select2.selectedIndex].value != "none") {
location = document.selecter2.select2.options[document.selecter2 .select2.selectedIndex].value
		}
	}

function DoPrinting(){
if (!window.print){
alert("You must have Netscape 4.x or MSIE5,\n in order to use the PRINT option!")
return
}
window.print()
}