/* ------------------------------------------------------------------------ */
/* ------------------------- Random Generator ----------------------------- */
/* ------------------------------------------------------------------------ */
function generateFeaturePdts(){
	var pdts = new Array()
	pdts[0] = 'featurePdts_01();'
	pdts[1] = 'featurePdts_02();'
	pdts[2] = 'featurePdts_03();'
	pdts[3] = 'featurePdts_04();'
	var j = 0
	var p = pdts.length;
	var preBuffer = new Array()
	for (i = 0; i < p; i++){
   		preBuffer[i] = new Image()
   		preBuffer[i].src = pdts[i]
	}
	var whichPdts = Math.round(Math.random()*(p-1));
		document.write('<script type="text/javascript">'+pdts[whichPdts]+'</script>');
}
/* ------------------------------------------------------------------------ */
/* ------------------- Featured Products / Services ----------------------- */
/* ------------------------------------------------------------------------ */
function featurePdts_01() 
{
	document.write('<h1>CCTV</h1>\n')
	document.write('<p><img src="images/featuredPdt_01.jpg" width="80" height="80" class="pdtFeatureImg-Index" />We offer a complete line of quality CCTV Cameras and Security Cameras for all your Home and Business Surveillance Requirements. Click the button below to find out more ...<a href="pdt_cctv.html"><img src="images/butMore.jpg" width="52" height="18" class="butMore-indexPage" /></a></p>\n')
}
function featurePdts_02() 
{
	document.write('<h1>Access Control</h1>\n')
	document.write('<p><img src="images/featuredPdt_02.jpg" width="80" height="80" class="pdtFeatureImg-Index" />we also offer top of the line Access Control Systems to ensure your Home or Office is protected. Click the button below to find out more ...<a href="pdt_accessControl.html"><img src="images/butMore.jpg" width="52" height="18" class="butMore-indexPage" /></a></p>\n')
}
function featurePdts_03() 
{
	document.write('<h1>Intruder Alarm</h1>\n')
	document.write('<p><img src="images/featuredPdt_03.jpg" width="80" height="80" class="pdtFeatureImg-Index" />Our Intruder Alarm Systems are carefully selected for its dependability, reliability and cost effectiveness to ensure the security in your Home or Office is not compromised. Click the button below to find out more ...<a href="pdt_intruderAlarm.html"><img src="images/butMore.jpg" width="52" height="18" class="butMore-indexPage" /></a></p>\n')
}
function featurePdts_04() 
{
	document.write('<h1>Support Equipment</h1>\n')
	document.write('<p><img src="images/featuredPdt_04.jpg" width="80" height="80" class="pdtFeatureImg-Index" />We also offer the following Accessories, Locking Devices, Break Glass / Call point, Intercom Systems and Metal Detectors not only as added products but more importantly to deliver a One-Stop Solutions Provider ...<a href="pdt_supportEqpt.html"><img src="images/butMore.jpg" width="52" height="18" class="butMore-indexPage" /></a></p>\n')
}

