File: /var/www/vhosts/pgkdistribution.com.au/citisolar.com.au/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</title>
<meta http-equiv="Content-Type" content="txt/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script language="javascript">
<!--
function change(opt) {
if (opt != 'pnl') {
document.getElementById('pnl').setAttribute('class', '');
document.getElementById('pnlbox').style.display="none";
}
if (opt != 'inv') {
document.getElementById('inv').setAttribute('class', '');
document.getElementById('invbox').style.display="none";
}
if (opt != 'hws') {
document.getElementById('hws').setAttribute('class', '');
document.getElementById('hwsbox').style.display="none";
}
document.getElementById(opt).setAttribute('class', 'prodsel');
document.getElementById(opt+'box').style.display="block";
}
//-->
</script>
<?php include 'google.php'; ?>
</head>
<body onload="change('pnl');">
<?php include "header.php"; ?>
<div id="content">
<div id="main">
<div id="maincola">
<p class="prodhd">PRODUCTS</p>
<ul>
<li id="pnl"><a href="#" onclick="change('pnl')">PANELS</a></li>
<li id="inv"><a href="#" onclick="change('inv')">INVERTERS</a></li>
<li id="hws"><a href="#" onclick="change('hws')">HOT WATER SYSTEMS</a></li>
</ul>
</div>
<div id="maincolb">
<div id="pnlbox">
<img src="img/panelimg.jpg" />
<p>At Citisolar we have sourced only the highest grade equipment available. Our suppliers work directly with us to provide the finest quality controlled monocrystalline cell panels. Citisolar has launched its new 190 watt Monocrystalline Panel giving our customers greater outputs at lower prices due to the fewer number of panels required to standard wattages. An added benefit of the larger powered panels that Citisolar uses, is the smaller amount of North facing roof required compared to our competitors.</p>
</div>
<div id="invbox">
<img src="img/invimg.jpg" />
<p style="padding-top: 10px;">At Citisolar we only use the tried and tested electrical inverters. Xantrex, Sunny Boy or Aero Sharp have been used with great success in our harsh environments. These products come with ten and five years warranties respectively.</p>
</div>
<div id="hwsbox">
<img src="img/hwsimg.jpg" />
<p>In line with sustainable living Citisolar specialises in the
sales and isntallation of Evacuated Tube Hot Water
Sytems. Our consultants will taylor a system in line
with your homes hot water requirements and gain you
maximum savings for using the environmentally friendly
hot water solution.</p>
</div>
</div>
</div>
<?php include "sidebar.php"; ?>
</div>
<?php include "footer.php"; ?>
</body>
</html>