File: /var/www/vhosts/pgkdistribution.com.au/citisolar.com.au/website-php/specs.php
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html lang="en" xml:lang="en">
<head>
<title>Citisolar - Product Specifications</title>
<meta http-equiv="Content-Type" content="txt/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<?php include 'google.php'; ?>
</head>
<body onload="change('pnl');">
<?php include "header.php"; ?>
<div id="content">
<div id="main">
<p class="spechd">PRODUCT SPECIFICATIONS</p>
<br/><br/>
<p class="spech3">Solar Panels</p>
<table class="restable">
<tr>
<td><a href="res/PLMSpecs.pdf"><img class="reslinks" src="img/perlight.gif" alt="" /></a></td>
<td><a href="res/BLACKSimax.pdf"><img class="reslinks" src="img/simax.jpg" alt="" /></a></td>
</tr>
</table>
<br/><br/>
<p class="spech3">Inverters</p>
<table class="restable">
<tr>
<td><a href="res/XantrexGtspecs.pdf"><img class="reslinks" src="img/xantrex.png" alt="" /></a></td>
<td><a href="res/SamilPowerSpecs.pdf"><img class="reslinks" src="img/samil.jpg" alt="" /></a></td>
<td><a href="http://www.sma-australia.com.au/"><img class="reslinks" src="img/sma.png" alt="" /></a></td>
</tr>
</table>
</div>
<?php include "sidebar.php"; ?>
</div>
<?php include "footer.php"; ?>
</body>
</html>