/***************************************************************************
Use the style tag to change the placement and width of the layers.
If you are trying to place this into a table cell or something make the
position of the divNewsCont layer relative...Remeber that that might crash
Netscape 4 though, Good luck!
********************************************************************************/

//How do you want the script to work? 
//0 = Fade in - Fade out
//1 = Slide in - Fade out
//2 = Random 
nWorksBann = 0

//If you use the slide set these variables:
nSlidespeedBann = 4 //in px
nNewsheightBann = 80 //This is how long down it should start the slide.

nBetweendelayBann = 1000 //The delay before fading out.
nFontBann = 'verdana,arial,helvetiva' //The font for the news.
nFontsizeBann = 20 //Font size in pixel.
nFadespeedBann = 100 //The speed to fade in, in milliseconds.

//Set the colors, first color is same as background, last color is the color it stops at:
//You can have as many colors you want

nColorBann=new Array('#FFFFFF', '#F5F5FF', '#CCCCff', '#99ccff', '#3399ff', '#0066ff', '#0079C6')



//*********************
nNewsBann=new Array()

nNewsBann[0]=new Array()
nNewsBann[0]["text"]="<center><b>SOLUÇÕES TECNOLÓGICAS<br>COM IMPACTO ESTRATÉGICO</b></center>"
nNewsBann[0]["link"]=""

nNewsBann[1]=new Array()
nNewsBann[1]["text"]="<center><br><b>EVENTOS E PALESTRAS</b></center>"
nNewsBann[1]["link"]=""

nNewsBann[2]=new Array()
nNewsBann[2]["text"]="<center><br><b>:: POR DENTRO DA WEB 2003 ::</b></center>"
nNewsBann[2]["link"]=""


