function showTermsConditions(a){var b=new Overlay(document.body,{duration:250,zIndex:180}).open();new LightFace.Request({width:600,height:500,draggable:true,url:"/include/dialogs/lightface-termsConditions.asp#"+a,title:"Terms and Conditions",buttons:[{title:"Close",event:function(){this.close()}}],onClose:function(){b.close()}}).open()};

