var imgNo1 = 3
var image1= new Image();
image1.src='../Runtime/Uploads/CyclicImages/Rejuvenations.jpg'
image1.alt=''
var image2= new Image();
image2.src='../Runtime/Uploads/CyclicImages/diff3.jpg'
image2.alt=''
var image3= new Image();
image3.src='../Runtime/Uploads/CyclicImages/greendynamic.jpg'
image3.alt='Click for information on Green Building.'
var step=1
var whichimage=1;
var imgNo=imgNo1;
function slideit()
{
if (!document.images)
return;
if (document.all)
document.getElementById('slide').filters.blendTrans.apply();
document.getElementById('slide').src = eval("image" + step + ".src")
document.getElementById('slide').alt = eval("image" + step + ".alt")
if (document.all)
document.getElementById('slide').filters.blendTrans.play()
whichimage=step;
if (step<imgNo)
step++;
else
step = 1;
setTimeout("slideit()",6000);
}
function slidelink()
{
if (whichimage==1)
window.parent.location.href = 'http://www.buildcompass.com/Runtime/Rejuvenations.aspx?pid=MQAzAA==';
else if (whichimage==2)
window.parent.location.href = 'http://dev02.vidushiinfotech.net/CompassHomesOnline/Pages/WhyCompass.aspx?pid=NQAxAA==';
else if (whichimage==3)
window.parent.location.href = 'http://dev02.vidushiinfotech.net/CompassHomesOnline/Pages/GreenBuilding.aspx?pid=MQA4AA==';

}
