// JavaScript Document
<!--
	function openWindow() {
		window.open('','','width=800,height=600,scrollbars=yes,tollbar=yes,location=yes')
	}
	function sendForm(entries) {
		entries.action = "http://goldfish.elonex.co.uk/adverts/Enter.asp"
		entries.submit()
	}	
//-->