/*
 * Upstate Tax.com
 * Copyright(c) 2005-2008, Scott Patterson.
 * 
 * 
 */


Ext.onReady(function(){Ext.QuickTips.init();var wizard=new UpstateTax.Wizard({renderTo:'wizard',debug:false,submitHtml:true,submitData:false,doneButtonRedirectUrl:'/about/charity.php',ajaxParams:{area:'charity',action:'request'},headerConfig:{height:50},cardPanelConfig:{defaults:{border:false,monitorValid:true}},cards:[new UpstateTax.Wizard.Cards.Contact(),new UpstateTax.Wizard.Cards.charityOrgInfo(),new UpstateTax.Wizard.Cards.charityClients(),new UpstateTax.Wizard.Cards.charityType(),new UpstateTax.Wizard.Cards.Verify(),new UpstateTax.Wizard.Cards.ajaxFinish()]})});
