function newwin(postcode){
	var target = postcode;
	target = "http://www.multimap.com/map/browse.cgi?pc=" + target;
	window.open(target, "", "height=600,width=800,status=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
}