/***************************************************************************
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','#0000ff')



//*********************
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><b>Consultoria</b></center>"
nNewsBann[1]["link"]="http://" + location.hostname + "/" + str_lang + "/services/consult.asp\" target=\"_top\""

nNewsBann[2]=new Array()
nNewsBann[2]["text"]="<center><b>Desenvolvimento</b></center>"
nNewsBann[2]["link"]="http://" + location.hostname + "/" + str_lang + "/services/develop.asp\" target=\"_top\""

nNewsBann[3]=new Array()
nNewsBann[3]["text"]="<center><b>Administração de Sistemas</b></center>"
nNewsBann[3]["link"]="http://" + location.hostname + "/" + str_lang + "/services/infra.asp\" target=\"_top\""

nNewsBann[4]=new Array()
nNewsBann[4]["text"]="<center><b>Estratégias de TI</b></center>"
nNewsBann[4]["link"]="http://" + location.hostname + "/" + str_lang + "/services/it.asp\" target=\"_top\""

nNewsBann[5]=new Array()
nNewsBann[5]["text"]="<center><b>Treinamento</b></center>"
nNewsBann[5]["link"]="http://" + location.hostname + "/" + str_lang + "/services/training.asp\" target=\"_top\""

nNewsBann[6]=new Array()
nNewsBann[6]["text"]="<center><b>Portal de Serviços On-Line</b></center>"
nNewsBann[6]["link"]="http://www.connect2w.com/hochtech\" target=\"_blank\""

nNewsBann[7]=new Array()
nNewsBann[7]["text"]="<center><b>Novidade no ar !<br>Seu portal na Internet</b></center>"
nNewsBann[7]["link"]=""

nNewsBann[8]=new Array()
nNewsBann[8]["text"]="<center><b><br>EM BREVE...</b></center>"
nNewsBann[8]["link"]=""

nNewsBann[9]=new Array()
nNewsBann[9]["text"]="<center><b>Solução completa de portais de relacionamento na Internet</b></center>"
nNewsBann[9]["link"]=""

nNewsBann[10]=new Array()
nNewsBann[10]["text"]="<center><b><br>Conecte-se ao mundo ponto-com !</b></center>"
nNewsBann[10]["link"]=""


