

	$(document).ready(function(){
		$('img[@src$=.png], div#logoScreen, div#cockerel, div#telno, div#stamp, div#stampContent, div#stampButcherContent, #dtlogo a, #footerBG').ifixpng(); 


	});



function textboxLoad(selectField){

//	var selectField =  contact.howYouKnowUs.options[selectedIndex].value;

	if(selectField == "Other"){
	document.getElementById('otherLoad').style.display = 'block';
	}

	else{
	document.getElementById('otherLoad').style.display = 'none';
	}

}