var obj1Cols = numOfCol(obj1Items);
/* MDMOID_SERVICE_MANAGE is Type0 object, follow variables are single value */
var ftpEnable = getValueFromList(obj1Items, 0);
var ftpUserName = getValueFromList(obj1Items, 1);
var ftpPassword = getValueFromList(obj1Items, 2);
var ftpPort = getValueFromList(obj1Items, 3);
function btnApply()
{
var loc = 'ftpcfg.cgi?';
with ( document.forms[0] ) {
}
var code = 'location="' + loc + '"';
eval(code);
}
function btnreturn()
{
var loc = 'usbxdown.html';
var code = 'location="' + loc + '"';
eval(code);