List l_args3 = new ArrayList();
command3.put( "type", new Long( COMMAND_CONDITION_CHECK ));
command3.put( "args", l_args3 );
vf.addComponent( VuzeFileComponent.COMP_TYPE_V3_NAVIGATION, content );
vf.write( new File( "C:\\temp\\v3ui.vuze" ));
}catch( Throwable e ){