var swidth=200

var sheight=150

var sbcolor="#FFFFFF"

var sspeed=1
var resumesspeed=sspeed

var wholemessage=''


wholemessage ="<div align='justify'>Great project! The final product is better than expected!<br><b>Powwows,USA</b></div><br><div align='justify'>A+++ Class service. High Quality design. Would use them again<br><b>Crvenk, USA</b></div><br><div align='justify'>It was a pleasure working with the team. Extremely good quality on everything during the project. Highly recommended.<br><b>Roy query, Norway</b></div><br><div align='justify'>Delivered before time, and exactly to my spec. Top providers will defiantly use again, and highly recommended<br><b>Coopson, USA</b></div><br><div align='justify'>Maas Infotech is a professional firm with great pricing to fill our budget. They quickly they worked on a 3 part project that had been modified by another vendor and had immediate success on 2 of the 3 areas of focus. What was impressive is that they made repeated attempts to reach 100% satisfaction on the 3rd part. We are satisfied with the effort and work performed. We recommend for future projects.<br><b>Instigate, USA</b></div><br><div align='justify'>I highly recommend this provider. Provider worked diligently on the project. Provider was willing to make slight changes and turnaround the work quickly. Keep up the great work!<br><b>CollieTech, USA</b></div><br><div align='justify'>I highly recommend Maas Infotech for any project. I have been working with them for 3 projects now, and as always they deliver exactly what I’m asking for. Keep up the good work, guys, and see you again in my next project.<br><b>Roy query, Norway</b></div><br><div align='justify'>Professional with great customer service. Will use them for all projects.<br><b>Muddytoe ,USA</b></div><br><div align='justify'>I had to provide a comprehensive specification. But once I had done that, the Maas Infotech team worked hard with me to make the project a reality. Very happy with their work and they are continuing to expand on this project.<br><b>CommunityCafes ,USA</b></div><br><div align='justify'>As usual, Maas InfoTech do their work extremely good. They are very high skilled developers, and I thank them for their great work. I am looking forward to be working with them in many projects to come<br><b>Roy query, Norway</b></div><br><div align='justify'>Maas Infotech did a good job and I think we both learned a lot of this project.<br><b>Dilanim ,UK</b></div><br><div align='justify'>Profession work, including MSN consultations to clarify details. Highly recommend.<br><b>Community Cafes ,USA</b></div><br><div align='justify'>As usual, Maas InfoTech do their work extremely good. They are very high skilled developers, and I thank them for their great work. I am looking forward to be working with them in many projects to come<br><b>Roy query, Norway</b></div><br>"


function start(){
if (document.all) iemarquee(slider);
else if (document.getElementById)
ns6marquee(document.getElementById('slider'));
else if(document.layers)
ns4marquee(document.slider1.document.slider2);
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
iediv.innerHTML=wholemessage
iediv.style.pixelTop=sheight
sizeup=iediv.offsetHeight
ieslide()
}
function ieslide(){
if (iediv.style.pixelTop>=sizeup*(-1)){
iediv.style.pixelTop-=sspeed
setTimeout("ieslide()",100)
}
else{
iediv.style.pixelTop=sheight
ieslide()
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
ns4layer.document.write(wholemessage)
ns4layer.document.close()
sizeup=ns4layer.document.height
ns4layer.top-=sizeup
ns4slide()
}
function ns4slide(){
if (ns4layer.top>=sizeup*(-1)){
ns4layer.top-=sspeed
setTimeout("ns4slide()",100)
}
else{
ns4layer.top=sheight
ns4slide()
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
ns6div.innerHTML=wholemessage
ns6div.style.top=sheight
sizeup=ns6div.offsetHeight
ns6slide()
}
function ns6slide(){
if (parseInt(ns6div.style.top)>=sizeup*(-1)){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6slide()",100)
}
else{
ns6div.style.top=sheight
ns6slide()
}
}

		