<?php header('Content-type: text/html; charset=utf-8'); ?>
<?php
  /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */

  // load viewer library
  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';
  $dirsToCheck = array('C:/Data/Websites/fordland.com.au/','','../','../../','../../../');
  foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}
  if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }

  // load records
  list($lease_warehouseRecords, $lease_warehouseMetaData) = getRecords(array(
    'tableName'   => 'lease_warehouse',
    'where'       => whereRecordNumberInUrl(1),
    'limit'       => '1',
    'useSeoUrls'         => true

  ));
  $lease_warehouseRecord = @$lease_warehouseRecords[0]; // get first record

  // show error message if no matching record is found
  if (!$lease_warehouseRecord) {
    header("HTTP/1.0 404 Not Found");
    print "Record not found!";
    exit;
  }

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>Lease: <?php echo $lease_warehouseRecord['property_type'] ?> : <?php echo $lease_warehouseRecord['suburb'] ?> :  Ford Land</title>
	 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
	<meta name="description" content="<?php echo $lease_warehouseRecord['meta_description'] ?>" />
  <meta name="Keywords" content="<?php echo $lease_warehouseRecord['meta_keywords'] ?>" />
    <meta http-equiv="pragma" content="no-cache" />
  <meta name="Expires" content="never" />
  <meta name="revisit-after" content="7 days" />
  <meta name="language" content="english" />
  <meta name="distribution" content="Global" />
  <meta name="robots" content="index,follow" />
  <meta name="email" content="info@fordland.com.au" />
  <meta name="publisher" content="Ford Land Company" />
  <meta name="owner" content="Ford Land Company" />
  <meta name="author" content="Ford Land Company" />
  <meta name="copyright" content="Copyright 2010 - Ford Land Company" />
  <meta name="rating" content="General" />


	<link rel="stylesheet" type="text/css" href="style.css">
	
</head>
<body>

<div align="left">
	<table border="0" cellpadding="0" cellspacing="0" width="715" id="table1">
		<tr>
			<td>
			<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table2">
				<tr>
					<td>
					<img border="0" src="images/10w.gif" width="10" height="1"></td>
					<td>
					<img border="0" src="images/6952.gif" width="695" height="1"></td>
					<td>
					<img border="0" src="images/10w.gif" width="10" height="1"></td>
				</tr>
				<tr>
					<td style="border-left-style: solid; border-left-width: 1px; border-top-style: solid; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
					&nbsp;</td>
					<td style="border-top-style: solid; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
					<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table3">
						<tr>
							<td>
							<img border="0" src="images/10w.gif" width="10" height="1"></td>
							<td valign="top">
							<img border="0" src="images/industrial1_06.jpg" width="243" height="91"></td>
							<td>
							<img border="0" src="images/442.gif" width="442" height="1"></td>
						</tr>
						<tr>
							<td>&nbsp;</td>
							<td valign="top">
							<img border="0" src="images/industrial1_12.jpg" width="243" height="18"></td>
							<td>&nbsp;</td>
						</tr>
						<tr>
							<td>&nbsp;</td>
							<td>&nbsp;</td>
							<td>&nbsp;</td>
						</tr>
						<tr>
							<td colspan="3" style="border-style: solid; border-width: 1px" bordercolor="#999999">
							<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table4">
								<tr>
									<td>
									<img border="0" src="images/3x.gif" width="3" height="3"></td>
									<td>
									<img border="0" src="images/218w.jpg" width="218" height="1"></td>
									<td>
									<img border="0" src="images/3x.gif" width="3" height="3"></td>
									<td>
									<img border="0" src="images/462.jpg" width="462" height="1"></td>
									<td>
									<img border="0" src="images/3x.gif" width="3" height="3"></td>
								</tr>
								<tr>
									<td>&nbsp;</td>
									<td>
									
									
									
									<?php foreach ($lease_warehouseRecord['property_image_left'] as $upload): ?>
          <?php if ($upload['hasThumbnail']): ?>
            <img src="<?php echo $upload['thumbUrlPath'] ?>" width="<?php echo $upload['thumbWidth'] ?>" height="<?php echo $upload['thumbHeight'] ?>" alt="" /><br/>

          <?php elseif ($upload['isImage']): ?>
            <img src="<?php echo $upload['urlPath'] ?>" width="<?php echo $upload['width'] ?>" height="<?php echo $upload['height'] ?>" alt="" /><br/>

          <?php else: ?>
            <a href="<?php echo $upload['urlPath'] ?>">Download <?php echo $upload['filename'] ?></a><br/>

          <?php endif ?>
        <?php endforeach ?>

									
									
									
									
									
									
									
									</td>
									<td>&nbsp;</td>
									<td>
									<!-- Upload Fields: num, createdTime, tableName, fieldName, recordNum, preSaveTempId, filePath, filename, extension, thumbFilePath, isImage, hasThumbnail, urlPath, width, height, thumbUrlPath, thumbWidth, thumbHeight, info1, info2, info3, info4, info5 -->
        <?php foreach ($lease_warehouseRecord['property_image_right'] as $upload): ?>
          <?php if ($upload['hasThumbnail']): ?>
            <img src="<?php echo $upload['thumbUrlPath3'] ?>" width="<?php echo $upload['thumbWidth3'] ?>" height="<?php echo $upload['thumbHeight3'] ?>" alt="" /><br/>

          <?php elseif ($upload['isImage']): ?>
            <img src="<?php echo $upload['urlPath'] ?>" width="<?php echo $upload['width'] ?>" height="<?php echo $upload['height'] ?>" alt="" /><br/>

          <?php else: ?>
            <a href="<?php echo $upload['urlPath'] ?>">Download <?php echo $upload['filename'] ?></a><br/>

          <?php endif ?>
        <?php endforeach ?>
 
 
 </td>
									<td>&nbsp;</td>
								</tr>
								<tr>
									<td>
									<img border="0" src="images/3x.gif" width="3" height="3"></td>
									<td>
									<img border="0" src="images/218w.jpg" width="218" height="1"></td>
									<td>
									<img border="0" src="images/3x.gif" width="3" height="3"></td>
									<td>
									<img border="0" src="images/462.jpg" width="462" height="1"></td>
									<td>
									<img border="0" src="images/3x.gif" width="3" height="3"></td>
								</tr>
							</table>
							</td>
						</tr>
						<tr>
							<td>&nbsp;</td>
							<td>&nbsp;</td>
							<td>&nbsp;</td>
						</tr>
						<tr>
							<td>&nbsp;</td>
							<td>&nbsp;</td>
							<td>&nbsp;</td>
						</tr>
						<tr>
							<td colspan="3">
							<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table5">
								<tr>
									<td valign="top">
									<img border="0" src="images/10w.gif" width="10" height="1"></td>
									<td valign="top">
									<img border="0" src="images/243w.gif" width="243" height="1"></td>
									<td valign="top">
									<img border="0" src="images/442.gif" width="442" height="1"></td>
								</tr>
								<tr>
									<td valign="top">&nbsp;</td>
									<td valign="top">
									<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table7">
										<tr>
											<td bgcolor="#3A7190">
											<img border="0" src="images/7h.gif" width="1" height="7"></td>
										</tr>
										<tr>
											<td bgcolor="#3A7190">
											<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table8">
												<tr>
													<td><p class="streetaddress">
																	<?php echo $lease_warehouseRecord['address'] ?></td>
												</tr>
												<tr>
													<td><p class="suburb">
																	<?php echo $lease_warehouseRecord['suburb'] ?></td><td width="12">&nbsp;</td>

												</tr>
											</table>
											</td>
										</tr>
										<tr>
											<td bgcolor="#3A7190">
											<img border="0" src="images/7h.gif" width="1" height="7"></td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										
										
										<tr>
											<td>&nbsp;</td>
										</tr>

<tr>
											<td>&nbsp;</td>
										</tr>

<tr>
											<td>&nbsp;</td>
										</tr>

<tr>
											<td>&nbsp;</td>
										</tr>

										
										
										

										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>
											<img border="0" src="images/infoprint.gif" width="243" height="31"></td>
										</tr>
										<tr>
											<td>
											<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table24">
												<tr>
													<td width="47">&nbsp;</td>
													<td><p class="bodygen">
																	<?php echo $lease_warehouseRecord['site_inspections_name'] ?></td>
												</tr>
												<tr>
													<td width="47">&nbsp;</td>
													<td><p class="sumblueCAPS">
Mobile:&nbsp; <?php echo $lease_warehouseRecord['site_inspections_contact_tel'] ?></td>
												</tr>
											</table>
											</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>
											<img border="0" src="images/contactprint.gif" width="243" height="32"></td>
										</tr>
										<tr>
											<td>
											<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table25">
												<tr>
													<td width="47">&nbsp;</td>
													<td><p class="bodygen">
																	<?php echo $lease_warehouseRecord['for_more_info_contact_name'] ?></td>
												</tr>
												<tr>
													<td width="47">&nbsp;</td>
													<td><p class="sumblueCAPS">
Tel:&nbsp; <?php echo $lease_warehouseRecord['for_more_info_telephone'] ?></td>
												</tr>
												<tr>
													<td width="47">&nbsp;</td>
													<td><p class="sumblueCAPS" style="margin-top: 3px; margin-bottom: 3px">
													</td>
												</tr>
											</table>
											</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
										</tr>
									</table>
									</td>
									<td valign="top">
									<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table6">
										<tr>
											<td>
											<img border="0" src="images/10w.gif" width="25" height="1"></td>
											<td>
											<img border="0" src="images/432.gif" width="417" height="1"></td>
										</tr>
										<tr>
											<td>&nbsp;</td>
											<td><p class="buildingtype">
																	<?php echo join(', ', getListLabels('lease_warehouse', 'property_type', $lease_warehouseRecord['property_type'])); ?>&nbsp;&nbsp;&nbsp; 
																	|&nbsp;&nbsp;&nbsp; 
																	<?php echo $lease_warehouseRecord['zoning'] ?></td>
										</tr>
										<tr>
											<td height="20">&nbsp;</td>
											<td height="20">&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
											<td align="left">
											<span class="BodyIntro">

																	  <?php echo $lease_warehouseRecord['description'] ?></td>
										</tr>
										<tr>
											<td>&nbsp;</td>
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
											<td>
											<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table9">
												<tr>
													<td valign="top">
													<img border="0" src="images/featuresprint.gif" width="150" height="36"></td>
													<td valign="top">
													<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table10">
														<tr>
															<td>
															<img border="0" src="images/221X7.gif" width="221" height="7"></td>
														</tr>
														<tr>
															<td>
															<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table11">
																<tr>
																	<td>
																	<img border="0" src="images/20W.gif" width="20" height="1"></td>
																	<td>
																	<img border="0" src="images/201W.gif" width="201" height="1"></td>
																</tr>
																<tr>
																	<td>&nbsp;</td>
																	<td valign="top">
																							<p class="features"><?php echo $lease_warehouseRecord['features'] ?></td>
																</tr>
															</table>
															</td>
														</tr>
													</table>
													</td>
												</tr>
											</table>
											</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
											
											<tr>
											<td>&nbsp;</td>
										</tr>

											
											
											<td>&nbsp;</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
											<td>
											<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table15">
												<tr>
													<td valign="top">
													<img border="0" src="images/areasprint.gif" width="150" height="36"></td>
													<td valign="top">
													<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table16">
														<tr>
															<td>
															<img border="0" src="images/221X7.gif" width="221" height="7"></td>
														</tr>
														<tr>
															<td>
															<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table17">
																<tr>
																	<td>
																	<img border="0" src="images/20W.gif" width="20" height="1"></td>
																	<td>
																	<img border="0" src="images/201W.gif" width="201" height="1"></td>
																</tr>
																<tr>
																	<td>&nbsp;</td>
																	<td>
																	
																		  <style type="text/css">
tr.d0 td {margin:0; background-color: #FFFFFF; column-gap: 0em color; #3A7190;font-family:Arial; font-size:11px; line-height:100%; text-indent:2; }
tr.d1 td {margin:0; background-color: #FFFFFF; color: #3A7190;font-family:Arial; font-size:11px; line-height:100%; text-indent:2 }
tr.d2 td {margin:0; ; background-color: #FFFFFF; column-gap: 0px; color: #3A7190;font-family:Arial; font-size:11px; font-weight:bold; border-top-style:dotted; }</style>
<table width="187">
<tr class="d1"><td width="109" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_1']): ?><?php echo $lease_warehouseRecord['building_area_1'] ?> <?php endif ?></td><td align="right">
	<p style="margin-left: 1px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_1_sqm']): ?><?php echo $lease_warehouseRecord['building_area_1_sqm'] ?><?php endif ?></td></tr>
<tr class="d1"><td width="109" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 3px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_2']): ?><?php echo $lease_warehouseRecord['building_area_2'] ?> <?php endif ?></td><td align="right">
	<p style="margin-left: 1px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_2_sqm']): ?><?php echo $lease_warehouseRecord['building_area_2_sqm'] ?><?php endif ?></td></tr>
<tr class="d1"><td width="109" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 3px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_3']): ?><?php echo $lease_warehouseRecord['building_area_3'] ?> <?php endif ?></td><td align="right">
	<p style="margin-left: 1px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_3_sqm']): ?><?php echo $lease_warehouseRecord['building_area_3_sqm'] ?><?php endif ?></td></tr>
<tr class="d1"><td width="109" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 3px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_4']): ?><?php echo $lease_warehouseRecord['building_area_4'] ?> <?php endif ?></td><td align="right">
	<p style="margin-left: 1px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_4_sqm']): ?><?php echo $lease_warehouseRecord['building_area_4_sqm'] ?><?php endif ?></td></tr>
<tr class="d1"><td width="109" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 3px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_5']): ?><?php echo $lease_warehouseRecord['building_area_5'] ?> <?php endif ?></td><td align="right">
	<p style="margin-left: 1px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_5_sqm']): ?><?php echo $lease_warehouseRecord['building_area_5_sqm'] ?><?php endif ?></td></tr>
<tr class="d2"><td width="109" align="left">
	<p style="margin-left: 1px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px">  
	Total SQM:</td><td align="right">
	<p style="margin-left: 1px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php echo $lease_warehouseRecord['total_sqm'] ?> 
	sqm</td></tr>

</table>

																	
																	
																	
																	</td>
																</tr>
															</table>
															</td>
														</tr>
													</table>
													</td>
												</tr>
											</table>
											</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
											<td>&nbsp;</td>
											
											<tr>
											<td>&nbsp;</td>
										</tr>

											
											
											
										</tr>
										<tr>
											<td>&nbsp;</td>
											<td>
											<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table21">
												<tr>
													<td valign="top">
													<img border="0" src="images/outgoingsprint.gif" width="150" height="36"></td>
													<td valign="top">
													<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table22">
														<tr>
															<td>
															<img border="0" src="images/221X7.gif" width="221" height="7"></td>
														</tr>
														<tr>
															<td>
															<table border="0" cellpadding="0" cellspacing="0" width="100%" id="table23">
																<tr>
																	<td>
																	<img border="0" src="images/20W.gif" width="20" height="1"></td>
																	<td>
																	<img border="0" src="images/201W.gif" width="201" height="1"></td>
																</tr>
																<tr>
																	<td>&nbsp;</td>
																	<td>
																	<style type="text/css">
tr.d3 td {margin:0; background-color: #FFFFFF; color: #464541;font-family:Arial; font-size:11px; text-indent:2 }
tr.d4 td {margin:0; background-color: #FFFFFF; color: #3A7190;font-family:Arial; font-size:11px; border-top-style:dotted; border-bottom-width:1px; text-indent:2; font-weight:bold;}
tr.d5 td {margin:0; background-color: #FFFFFF; color: #464541;font-family:Arial; font-size:11px; border-bottom-style:dotted; border-bottom-width:1px; text-indent:2 }</style>


</style>

<table width="190">
<tr class="d3"><td width="106" valign="top" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php echo $lease_warehouseRecord['building_area_type_1'] ?></td><td align="right">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php echo $lease_warehouseRecord['building_area_1_rent_psm'] ?></td></tr>
<tr class="d3"><td width="106" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['rent_building_area_2']): ?><?php echo $lease_warehouseRecord['rent_building_area_2'] ?> <?php endif ?></td><td align="right" height="15">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_2_rent_psm']): ?><?php echo $lease_warehouseRecord['building_area_2_rent_psm'] ?> <?php endif ?></td></tr>
<tr class="d3"><td width="106" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['rent_building_area_3']): ?><?php echo $lease_warehouseRecord['rent_building_area_3'] ?> <?php endif ?></td><td align="right">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"><?php if ($lease_warehouseRecord['building_area_3_rent_psm']): ?><?php echo $lease_warehouseRecord['building_area_3_rent_psm'] ?> <?php endif ?></td></tr>
<tr class="d4"><td width="106" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px">
	Total PA:</td><td align="right">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px">
	$<?php echo $lease_warehouseRecord['rent_total_pa'] ?></td></tr>
<tr class="d3"><td width="106" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"> </td><td align="right">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"> </td></tr>
<tr class="d3"><td width="106" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"> </td><td align="right">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"> </td></tr>

<tr class="d3"><td width="106" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px">
	Outgoings - $psm:</td><td align="right">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px">
	$<?php echo $lease_warehouseRecord['outgoings_psm'] ?></td></tr>

<tr class="d3"><td width="106" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"></td><td align="right">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"> </td></tr>


<tr class="d3"><td width="106" align="left">
	<p style="margin-top: 0; margin-bottom: 0">Parking Spaces:</td><td align="right">
	<p style="margin-top: 0; margin-bottom: 0"><?php echo $lease_warehouseRecord['parking_spaces'] ?></td></tr>
<tr class="d3"><td width="106" align="left">
	<p style="margin-top: 0; margin-bottom: 0">Parking - $psm:</td><td align="right">
	<p style="margin-top: 0; margin-bottom: 0"><?php echo $lease_warehouseRecord['parking_pcm'] ?></td></tr>
<tr class="d3"><td width="106" align="left">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"></td><td align="right">
	<p style="margin-left: 0px; margin-right: 1px; margin-top: 2px; margin-bottom: 3px"> </td></tr>



</table></td>
																</tr>
															</table>
															</td>
														</tr>
													</table>
													</td>
												</tr>
											</table>
											</td>
										</tr>
										<tr>
											<td>&nbsp;</td>
											<td>&nbsp;</td>
										</tr>
									</table>
									</td>
								</tr>
							</table>
							</td>
						</tr>
						<tr>
							<td>&nbsp;</td>
							<td colspan="2"><p class="sumgen" align="left">

							<font face="Arial" style="font-size: 9px">
							
							<a href="/path/to/printpage.php<?php echo $record['num'] ?>">Printer-friendly Page</a>

							
							
							Outgoings 
							are approximate only. Disclaimer: Ford Land Company 
							Pty Ltd (ABN 16 076 453 702) advises that whilst all 
							care has been taken in compiling the information 
							contained in this document, Ford Land Company Pty 
							Ltd does not warrant that this information is 
							accurate or complete and disclaims all liability 
							from use of or reliance upon this information. This 
							information is of general nature only and 
							prospective lessees should seek further information 
							from Ford Land Company Pty Ltd and obtain 
							appropriate expert advice. Ref: <?php echo $lease_warehouseRecord['num'] ?></font>   </td>
						</tr>
						<tr>
							<td>&nbsp;</td>
							<td>&nbsp;</td>
							<td>&nbsp;</td>
						</tr>
					</table>
					</td>
					<td style="border-right-style: solid; border-right-width: 1px; border-top-style: solid; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 1px">
					&nbsp;</td>
				</tr>
			</table>
			</td>
		</tr>
	</table>
</div>

</body>

</html>