<!--
function opencolform(winfile)
{
window.open (winfile,'','scrollbars=yes,width=600,height=450,top=20px,center=20px')
}

//===================================
// banner code begins
//===================================
// Sri Sathya System
// http://www.sathsys.com
// No part of this snippet should be used without written permission of Sri Sathya System.
// For queries write to jSnip@sathsys.com
//
var tads = 2;   // Number of banners to be shown
document.writeln("<STYLE>");
document.writeln("DIV.inc {LEFT:" + (((screen.width-468)/2)-10) + "px; POSITION: absolute; Z-INDEX:2}");
document.writeln("</STYLE>");

function create() {
        this.width = '';
        this.height = '';
        this.src = '';
        this.href = '';
        this.border = '';
        this.atext = '';
        this.acaption = '';
}
ads = new Array();
for(var i=0; i<tads; i++) { 
	ads[i] = new create(); 
}

ads[0].width = "468";
ads[0].height = "60";
ads[0].src = "ad_sponsors/cc_468x60_1.gif";
ads[0].href = "http://www.hypertracker.com/go/CCUK/WM2003/";
ads[0].border = "0";
ads[0].atext = "diy conservatory websites in the uk, pvc DIY conservatory cheap bargain cost prices for fitting myself";
ads[0].acaption = '';

ads[1].width = "468";
ads[1].height = "60";
ads[1].src = "ad_sponsors/classicuk468_60.gif";
ads[1].href = "http://www.hypertracker.com/go/CCUK/WM2003/";
ads[1].border = "0";
ads[1].atext = "diy conservatory websites in the uk, pvc DIY conservatory cheap bargain cost prices for fitting myself";
ads[1].acaption = '';

var n = Math.floor(Math.random()*tads);

var image = ads[n];
var ad = "";
ad += '<br><div class="inc" id="inc" align="center"><br><a href="' + image.href + '"  target= "_blank">';
ad += '<img src="' + image.src + '" width="' + image.width + '"';
ad += ' height="' + image.height + '" border=' + image.border + ' alt="' + image.atext + '">';
ad += '<br><font size="2">' + image.acaption + '</font></a></div>';
ad += '<img border="0" src="../images/cleardot.gif" width="1" height="85">';
//
// Sri Sathya System
// http://www.sathsys.com
// No part of this snippet should be used without written permission of Sri Sathya System.
// For queries write to jSnip@sathsys.com
//
//===================================
// banner code ends
//===================================
-->
