var supportObj = { update_subtype : function( parent ) { //var id = parseInt( parent ); var id = parent; //alert( subtypes[id] ); $('#subtype').children().remove().end(); if ( id > 0 && subtypes[id] != undefined ) { $.each( subtypes[id], function( id, opt ) { $( '#subtype' ).append('') ; } ); } }, load_wiz_step : function( step ) { $( document ).ready( function() { $( '.rounded' ).corner() } ); $( '#wiz_content' ).load( '/support/wizard.html?mode=' + step ); }, load_type_page : function( ) { } };