/*
	--------------------------------------------------------------------------------------
	Name	: OpenTerms()
	Purpose:	Open the Terms and Conditions in it's own window
	--------------------------------------------------------------------------------------
*/
function OpenTerms()
{
	var w = window.open("/CustomModules/Property/TermsAndConditions.aspx", null, 'width=800,height=500,scrollbars,resizable')
}