function openWindow(url) { popupWin = window.open(url, 'openWin', "width=500, height=600, scrollbars=yes, resizable=yes"); } </SCRIPT>  
<SCRIPT>
	function pink(id){
	if (document.layers || document.getElementById) {
		var st=document.getElementById(id);
		st.style.borderColor= "375675";
	}
	}
	
	function white(id){
	if (document.layers || document.getElementById) {
		var st=document.getElementById(id);
		st.style.borderColor= "white";
	}
	}
	</SCRIPT>
<script language="javascript">
	function wipeout()
	{
		document.newsletter.email.value= "";
		
	}