// JavaScript Document for APTA 


// Shaun Hare

		
		function getValidPostcode() {
		 /*x=document.getElementById("postcode");
		 alert x; 
		 
		  if (x.value=="")
		  	{
				alert "You must enter a postcode";
				return false;
		}*/
		}
function SetSize(){
  
  //  
}
function ListAllSuppliers(nURl)
	{
		
		MM_openBrWindow(nURl,'suppliers',"width=400 height=600, scrollbars=1");
	}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



		