<input name="password" type="text" value="<?php 
            echo $duManager->getPassword();
            ?>
" />
							</div>
							<div id="schemanameDiv" style="display:none">
								<b>Schema Name:</b> 
								<input name="schemaname" type="text" size="65" value="<?php 
            echo $duManager->getSchemaName();
            ?>
" />
							</div>
							<div id="cleanupspDiv" style="display:none">
								<b>Stored Procedure:</b> 
								<input name="cleanupsp" type="text" size="40" value="<?php 
            echo $duManager->getStoredProcedure();
            ?>
" style="width:400px;" />
							</div>
							<div id="querystrDiv" style="display:none">
								<b>Query/Command String: </b><br/>
								<textarea name="querystr" cols="75" rows="6" ><?php 
            echo $duManager->getQueryStr();
            ?>
</textarea>
							</div>
							<div style="">
								<input type="hidden" name="uspid" value="<?php 
            echo $uspid;
            ?>
" />