
		function SendF(){
				if ((document.getElementById('Enquiry').value=="") && (document.getElementById('Description').value!=="Message") && (document.getElementById('Phone').value!=="123456"))
				{
                     document.getElementById('contFrm').submit();
				}else{
				   //alert('Error');
                   return false;
				}
		}
		
		function EnquiryFormButton(){
						 //<input style="width:289px;" class="send" name="send" type="button" id="send" value="send" onclick="javascript:SendF();" />
				document.write("<input style='width:289px; margin-top:1px;' class='send' name='send' type='button' id='send' value='send' onclick='javascript:SendF();'/>");
		}

		function AffiliatesSqueezeFormButton(){
				document.write("<input style='width:200px; margin-top:1px;' class='send' name='send' type='button' id='send' value='SIGN ME UP!' onclick='javascript:SendF();'/>");
		}

		function CustomersSqueezeFormButton(){
				document.write("<input style='width:200px; margin-top:1px;' class='send' name='send' type='button' id='send' value='Contact Me!' onclick='javascript:SendF();'/>");
		}

        function ContactFormButton(){
						 //<input style="width:289px;" class="send" name="send" type="button" id="send" value="send" onclick="javascript:SendF();" />
				document.write("<input style='width:572px; margin-top:4px;' class='send' name='send' type='button' id='send' value='send' onclick='javascript:SendF();'/>");
		}

        function hiddenFields(){
						 //<input style="width:289px;" class="send" name="send" type="button" id="send" value="send" onclick="javascript:SendF();" />
				document.write("<input type='hidden' name='xmIwtLD' value=TwleYEsBeGA*pzp-8YQBh51GFBCUjBoL/> <input type='hidden' name='actionType' value=TGVhZHM=/>");
		}




