/***********************************************
* Pausing updown message scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
//configure the below five variables to change the style of the scroller
var scrollerdelay='4000' //delay between msg scrolls. 3000=3 seconds.
var scrollerwidth='100%'
var scrollerheight='50px'
var scrollerbgcolor=''
//set below to '' if you don't wish to use a background image
var scrollerbackground=''
//configure the below variable to change the contents of the scroller
var messages=new Array()
messages[0]="One Stop shops for efficient voice. READ MORE…
"
messages[1]="Azzurri is Catalist for public sector telecoms procurement. READ MORE…
"
messages[2]="HR and payroll firm ADP renews managed mobile contract with Azzurri. READ MORE…
"
messages[3]="Azzurri awarded reseller of the year for the UK and EMEA at the Mitel EMEA Partner Forum 2007 READ MORE…
"
messages[4]="3M saves on telecoms costs through Azzurri One. READ MORE…
"
messages[5]="Azzurri supports Mouchel Parkman’s aggressive growth plans with £3million WAN deal. READ MORE…
"
messages[6]="Azzurri communications appoints new CFO. READ MORE…
"
messages[7]="Azzurri becomes first O2 partner to be accredited in both O2 Advance and the O2 Data Centre of Excel READ MORE…
"
messages[8]="Azzurri\'s Martin St Quinton named Channel Entrepreneur of the Year 2007. READ MORE…
"
messages[9]="Azzurri provides winning communications solution BTCC VX Racing team. READ MORE…
"
///////Do not edit pass this line///////////////////////
var ie=document.all
var dom=document.getElementById
if (messages.length>2)
i=2
else
i=0
function move(whichdiv){
tdiv=eval(whichdiv)
if (parseInt(tdiv.style.top)>0 && parseInt(tdiv.style.top)<=5){
tdiv.style.top=0+"px"
//alert("move, case 1 " + tdiv.style.top)
setTimeout("move(tdiv)",scrollerdelay)
setTimeout("move2(second2_obj)",scrollerdelay)
return
}
if (parseInt(tdiv.style.top) >= tdiv.offsetHeight*-1){
tdiv.style.top = parseInt(tdiv.style.top)-5+"px"
//alert("move, case 2 " + tdiv.style.top)
setTimeout("move(tdiv)",50)
}
else{
tdiv.style.top=((parseInt(scrollerheight)*2)+10)+"px"
//alert("move, else " + tdiv.style.top)
tdiv.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}
}
function move2(whichdiv){
tdiv2=eval(whichdiv)
if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=5){
tdiv2.style.top=0+"px"
//alert("move2, case 1 " + tdiv2.style.top)
setTimeout("move2(tdiv2)",scrollerdelay)
setTimeout("move(first2_obj)",scrollerdelay)
return
}
if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){
tdiv2.style.top=parseInt(tdiv2.style.top)-5+"px"
//alert("move2, case 2 " + tdiv2.style.top)
setTimeout("move2(second2_obj)",50)
}
else{
tdiv2.style.top = ((parseInt(scrollerheight)*2)+10)+"px"
//alert("move2, else " + tdiv2.style.top)
tdiv2.innerHTML=messages[i]
if (i==messages.length-1)
i=0
else
i++
}
}
function startscroll(){
matchColumns();
first2_obj=ie? first2 : document.getElementById("first2")
second2_obj=ie? second2 : document.getElementById("second2")
move(first2_obj)
second2_obj.style.top=((parseInt(scrollerheight)*2)+10)+"px"//scrollerheight
second2_obj.style.visibility='visible'
}
if (ie||dom){
document.writeln('