$form .= '<tr id="dhl-code" class="geddhlsh"><td>PTB Invoice No</td><td>' . $code_dhl . '</td></tr>';
$form .= '<tr><td>Package Weight</td><td>' . $weight . '</td></tr>';
$form .= '<tr><td>Package Cost</td><td>' . $price . '</td></tr>';
$form .= '<tr id="ged-value" class="geddhlsh"><td>Package Value</td><td>' . $value_ged . '</td></tr>';
$form .= '<tr id="dhl-value" class="geddhlsh"><td>Package Value</td><td>' . $value_dhl . '</td></tr>';
$form .= '<tr><td>AWB No</td><td>' . $awb . '</td></tr>';
$form .= '</table>';
$form .= '<div style="margin-top:5px;text-align:right;">';
$form .= '<span id="savelog_status" style="display:none;" class="green">Data Saved </span>';
$form .= '<input type="button" id="savelog" value="Save" title="Save Package Info Details" />';
$form .= '<img id="savelog_progress" style="display:none;" src="images/ajax-load-2.gif" />';
$form .= '</div>';
$form .= '</div>';
$win_loginfo = new ui_window($title, $form);
$win_loginfo->ui_setWindowWidth($left_window_size);
$log_header = $class_ml->retrieveData($logistic_id);
$title = 'Commercial Invoice Data';
$delname = '<input type="text" class="input" id="del_name" value="' . $log_header['delivery_name'] . '" />';
$deladdress = '<textarea class="input" id="del_addr" style="height:60px;">' . $log_header['delivery_address'] . '</textarea>';
$ctperson = '<input type="text" class="input" id="del_cp" value="' . $log_header['delivery_cp'] . '" />';
$phoneno = '<input type="text" class="input" id="del_phone" value="' . $log_header['delivery_phone'] . '" />';
$faxno = '<input type="text" class="input" id="del_fax" value="' . $log_header['delivery_fax'] . '" />';
$email = '<input type="text" class="input" id="del_email" value="' . $log_header['delivery_email'] . '" />';
$shipper = '<input type="text" class="input" id="shp_name" value="' . $log_header['shipper_name'] . '" />';
$shipper_account_no = '<input type="text" class="input" id="shp_account_no" value="' . $log_header['shipper_account_no'] . '" />';
$shipper_addr = '<textarea class="input" id="shp_addr" style="height:45px;">' . $log_header['shipper_address'] . '</textarea>';
$shipper_country = '<input type="text" class="input" id="shp_country" value="' . $log_header['shipper_country'] . '" />';
$shipper_cp = '<input type="text" class="input" id="shp_cp" value="' . $log_header['shipper_cp'] . '" />';
$form_btn = '<div style="margin-bottom:10px;border-bottom:1px dotted #ccc;padding-bottom:5px;">';
$form_btn .= '<table border="0" cellpadding="0" cellspacing="0">';
$form_btn .= '<tr><td>';