<td><b><?echo Dphone($client_phone)?></b></td>
    <td> </td>
    <td>Day Time Phone</td>
    <td><b> 
      <!--<input type="text" name="sph" value="<?echo $shipping_phone?>"> -->
	  <? Phone("sph",$shipping_phone);?>
      </b></td>
  </tr>
  <tr> 
    <td>Evening Time Phone</td>
    <td><b><?echo Dphone($client_fax)?>&nbsp;</b></td>
    <td> </td>
    <td>Evening Time Phone</td>
    <td><b> 
      <!-- <input type="text" name="sf" value="<?echo $shipping_fax?>"> -->
	  	  <? Phone("sfax",$shipping_fax);?>

      </b></td>
  </tr>
  <tr> 
    <td>E-mail</td>
    <td>
    <input type="text" name="cli_email" value="<?echo $client_email?>" size=35><br><b><a href="mailto:<?echo $client_email?>">Send Email to Customer</a></b></td>
    <td> </td>
    <td>Shipping Method</td>
    <td><b><?echo $shipping_method_desc?></b></td>
  </tr>
</table> 
<br>
<?
$retailer_text = <<< EOM
">
            </b></td>
          <td><b>City <br>
            <input type="text" name="sct" onkeyup="this.value=this.value.toUpperCase();" size="11" value="<?php 
echo $sh[SHIPPING_CITY];
?>
">
            </b></td>
          <td><b>Zip Code<br>
            <input type="text" name="szc" size="6" maxlength="11"  value="<?php 
echo $sh[SHIPPING_ZIPCODE];
?>
">
            </b></td>
          <td colspan="2"><b>Phone Number<br>          
          <nobr><? Phone("sph", $sh[SHIPPING_PHONE]); ?>     
            </b> </td>            
        </tr>
        
        <!--
        <tr> 

          <td colspan="2">Fax <br>
            <input type="text" name="spe" size="10"  value="<?php 
echo $sh[SHIPPING_FAX];
?>
">
          </td>
        </tr>
        --> 
        <tr> 
							<tr> 
								<td>
									<b>Address <br>
									<input type="text" name="sad" size="25" onkeyup="this.value=this.value.toUpperCase();" value="<?=$sh[SHIPPING_ADDRESS]?>"></b>
								</td>
								<td>
									<b>City <br>
									<input type="text" name="sct" onkeyup="this.value=this.value.toUpperCase();" size="11" value="<?=$sh[SHIPPING_CITY]?>"></b>
								</td>
								<td>
									<b>Zip Code<br>
									<input type="text" name="szc" size="6" maxlength="11"  value="<?=$sh[SHIPPING_ZIPCODE]?>"></b>
								</td>
								<td colspan="2">
									<b>Phone Number<br><nobr>
									<?php Phone("sph", $sh[SHIPPING_PHONE]); ?></b>
								</td>            
							</tr>
							<tr id="fedexaccount" style="display:none">
								<td colspan="4">
									<br />
									<div align="justify">
									Canadian orders will have an approximate 10% import duties that will be collected by FedEx. To avoid delays in Customs 
									Clearance it is important that you establish a FedEx account number that we will be used  for Duty collection. 
									If you already have a FedEx account number please enter it  in the space provided  below or contact FedEx at 1800GOFEDEX or <a href="www.fedex.com">www.fedex.com</a> to 
									create your account. It is not necessary to establish a FedEx account  to order for  Canadian delivery but 
									expect you could experience delivery delays if you don't.</div>
									<br />
									<div align="center">
									<b>Fedex Account </b>
									<input type="text" name="sfaccount" id ="sfaccount" size="25" onkeyup="this.value=this.value.toUpperCase();" value="<?=$sh[FEDEX_ACCOUNT]?>" />