var hidTermsId = "ctl00_cphMain_ctl00_hidTermsAndConditions";

function ShowTermsConditionsPopUp(windowTitle, fromLink)
{
	if ( !fromLink )
		CheckedTermsAndConditions();

	if ( dhtmlmodal != null )
		termsPopUp = dhtmlmodal.open('TermsLayer', 'iframe', '/webAccount/registerTermsLayer.aspx', windowTitle, 'width=880px,height=545px,center=1,resize=0,scrolling=0')
}


function CheckedTermsAndConditions()
{
	document.getElementById(hidTermsId).value = "1";
}