// JavaScript Document

	<!-- Hide script from old browsers
	
	newWindow = null

	function openWindowterms() {
		newWindow = window.open("http://www.essaywriter.co.uk/small_terms.html", "newWin", "width=800,height=400,scrollbars=1")
	}

	function closeWindow() {
		if (newWindow && !newWindow.closed) {
			newWindow.close()
		}
	}
function imgOnClick(dt, xind, yind)
	{
		popUpCalendar(document.frmorder.txtRegnNo,dt,document.frmorder.txtrgdt, "dd/mm/yyyy", xind, yind);
	}
	
	 function addToFavorites()
	 {
	  if (window.external)
	  {
	   window.external.AddFavorite(urlAddress,pageName)
	  }
	  else
	  { 
	   alert("Sorry! Your browser doesn't support this function.");
	  }
	 }
	// End hiding script from old browsers -->
