// JavaScript Document


var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have

content[0]='<font face="Verdana" size="2" color="#FF0000"><b>Click this button at any time and we will phone you.</b></font>'
content[1]='<font face="Verdana" size="2" color="#FF0000"><b>F.A.Q.</b></font>'
content[2]='<font face="Verdana" size="2" color="#FF0000"><b>I.T. support</b></font>'
content[3]='<font face="Verdana" size="2" color="#FF0000"><b>Unified threat management</b></font>'
content[4]='<font face="Verdana" size="2" color="#FF0000"><b>Server support</b></font>'
content[5]='<font face="Verdana" size="2" color="#FF0000"><b>E-mail filtering</b></font>'
content[6]='<font face="Verdana" size="2" color="#FF0000"><b>Worried about changing<br>your IT support company?</b></font>'
content[7]='<font face="Verdana" size="2" color="#FF0000"><b>&nbsp;</b></font>'
content[8]='<font face="Verdana" size="2" color="#FF0000"><b>&nbsp;</b></font>'


function changetexta(whichcontent){
if (document.all)
description1.innerHTML='<font face="Verdana" size="2" color="#FF0000">'+whichcontent+'<font>'
}
function changetextb(whichcontent){
if (document.all)
description2.innerHTML='<font face="Verdana" size="2" color="#FF0000">'+whichcontent+'<font>'
}
function changetextc(whichcontent){
if (document.all)
description3.innerHTML='<font face="Verdana" size="2" color="#FF0000">'+whichcontent+'<font>'
}
function changetextd(whichcontent){
if (document.all)
description4.innerHTML='<font face="Verdana" size="2" color="#FF0000">'+whichcontent+'<font>'
}
function changetexte(whichcontent){
if (document.all)
description5.innerHTML='<font face="Verdana" size="2" color="#FF0000">'+whichcontent+'<font>'
}
function changetextf(whichcontent){
if (document.all)
description6.innerHTML='<font face="Verdana" size="2" color="#FF0000">'+whichcontent+'<font>'
}
function changetextg(whichcontent){
if (document.all)
description7.innerHTML='<font face="Verdana" size="2" color="#FF0000">'+whichcontent+'<font>'
}
function changetexth(whichcontent){
if (document.all)
description7.innerHTML='<font face="Verdana" size="2" color="#FF0000">'+whichcontent+'<font>'
}


function reset(){
if (!scriptmenu.contains(event.toElement))
description1.innerHTML=temphtml
description2.innerHTML=temphtml
description3.innerHTML=temphtml
description4.innerHTML=temphtml
description5.innerHTML=temphtml
description6.innerHTML=temphtml
description7.innerHTML=temphtml

}
