// Watermark (puts logo behind screen)
		if (document.all||document.getElementById)
		document.body.style.background="url('/abc/images/Watermark.gif') white center repeat fixed"

