$(function() {
	
	
	//condobooking
	// Form Changes		 
	var url = location.href;
	if( (url.indexOf('condobooking=1')!=-1) || (condoconsole == true)) 
		$("#form-tabs").tabs({ selected: 1 });
	else
		$("#form-tabs").tabs({ selected: 0 });
		
		   });
