var max=0;
function textlist() {
max=textlist.arguments.length;
for (i=0; i<max; i++)
this[i]=textlist.arguments[i];
}
tl = new textlist( 
"Bindra Infotech, your Source of IT Solutions for your Enterprise. ",

"Go Global with Attractive and Eye-Catching Websites created using the latest in Graphic and Web Applications. ",

"Tap the Web Market with E-Commerce Solutions such as On-Line Shopping Malls and Product Database.",

"Arm yourself with the latest Marketing Tools - Presentations, Profiles and Product Catalogs on CD ROMs. ",

"Increase Productivity and Profits. Our high quality, cost effective Software Solutions help you with it . ",

"Visual Identity and Marketing Materials - Some Powerful marketing tools to increase your Market Exposure.  " );

var x = 0; pos = 0;
var l = tl[0].length;
function textticker() {
document.tickform.tickfield.value = tl[x].substring(0, pos) + "_";
if(pos++ == l) {
pos = 0; 
setTimeout("textticker()", 2000); 
if(++x == max) x = 0; 
l = tl[x].length;
} else
setTimeout("textticker()", 10);
}


//e=window.open("popp07.htm","","height=237, width=406");
