// JavaScript Document

/*Example message arrays for the two demo scrollers*/

var tickercontent=new Array()
tickercontent[0]='<a href="tech_showcase.htm#TS6">Unified Backup for Heterogeneous Environment</a><br /><br />Faced with an explosion in data volume, and struggling with multiple...';
tickercontent[1]='<a href="tech_showcase.htm#TS1">End to End Infrastructure Management</a><br /><br />A manufacturing major required an IT infrastructure upgrade for it\'s 1000 + users,...';
tickercontent[2]='<a href="tech_showcase.htm#TS3" target="_new">64 bit Database Cluster Solution</a><br /><br />Our customer wanted a scalable and high performance database solution...';
tickercontent[3]='<a href="tech_showcase.htm#TS8" target="_new">Reverse Auction Portal for Consortium</a><br /><br />A consortium of educational buyers in the USA,...';


//CREATE THE OBJECT
//new domticker(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds, optionalfadeswitch)
new domticker(tickercontent, "domticker", "someclass", 3000, "fadeit");