// JavaScript Document
var wrScroller = new Scroller( "scrollerpos", 140, 100, 0, 8);
wrScroller.setColors( "#000000", "#F7F6F1", "#000000");      //text, background, border
wrScroller.setFont("Verdana,Arial,Helvetica", 1);
wrScroller.addItem("<b>&raquo; </b><a href='htm/career/opportunities.htm' color: #800000; font-weight: bold <b>Vacancies</b>");
wrScroller.addItem("<b>&raquo; </b><a <i>&quot;Expecting,  All India launch of Latest VAT enabled version of our accounting & inventory software atACC with lots of  other features soon.  &quot; </i>Express Computer Dec 21, 2004.</a>");
wrScroller.addItem("<b>&raquo; </b><a href='htm/news room/Audio Visual Reprograph.htm'<i>&quot;Audio Visual Reprographics Centre, a Kerala Govt owned Training Centre, includes atACC in their 6 monthly curriculam in all their 15 centres throughout Kerala  &quot; </i>Express Computer Dec 21, 2004.</a>");
wrScroller.addItem("<b>&raquo; </b><a href='htm/news%20room/expresscomputer.htm'<i>&quot;atACC-Complete Accounting & Inventory Package from Atlanta IT Solutions &quot; </i>Express Computer Dec 21, 2004.</a>");
wrScroller.addItem("<b>&raquo; </b><a href='htm/products/whatisnew.htm#2011' <b>atACC</b> Ver 2.5, new build released.</a>");
wrScroller.addItem("<b>&raquo; </b><b>atACC</b> Network Version Released<br>");
wrScroller.addItem("<b>&raquo; </b><a href='htm/products/atpay.htm' <b>atPAY</b>The Complete Payroll Management Software was released on 16 th september</a>");
wrScroller.addItem("<b>&raquo; </b><a href='htm/products/atpay.htm' <b>atPAY</b>RYZ</a>");
function runScroller() {

  // Create the first scroller and position it.
  wrScroller.create();
  wrScroller.setzIndex(0);
  wrScroller.show();
  //document.desig_form.desig.focus();
}

onload=runScroller