function newWindow(sURL) 
	{
		if(sURL.Length <= 0){sURL = "/mortgage/ltv.aspx";}
		newWin=window.open(sURL, "popWin", "width=490, height=600, scrollbars=yes, location=no, menubars=no, toolbar=no, resizable=no")
	}
	
function jargonWindow(sURL) 
	{
		if(sURL.Length <= 0){sURL = "/jargonbuster.html";}
		newWin=window.open(sURL, "popWin", "width=490, height=600, scrollbars=yes, location=no, menubars=no, toolbar=no, resizable=no")
	}