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]=''
content[1]='<img src="images/box/stuart.jpg" />'
content[2]='<div class="box-main-nav-01"><div class="box-main-nav-02">5th Business\' comprehensive range of marketing services are the smart way to identify and attract new business opportunities and build stronger relationships with existing customers. Every business faces challenges - give yours the power to compete and win with 5th Business!<\/div><\/div>'/* services */
content[3]='<div class="box-main-nav-01"><div class="box-main-nav-02">The 5th business team is your connection to marketing strategy that will propel your business past the competition, and we want to give you the power to make that a possibility.<\/div><\/div>' /* resources */
content[4]='<div class="box-main-nav-01"><div class="box-main-nav-02">Want to set your company apart from the competition? 5th Insight is your monthly insider\'s enewsletter resource for better business results. For concrete advice and real-world applications, subscribe now and move your business forward.<\/div><\/div>' /* 5th insight */
content[5]='<div class="box-main-nav-01"><div class="box-main-nav-02">5th business is constantly evolving in our thinking and approach to marketing as we guide our clients to increase their market share. We do so with a social conscience, and we ask our clients to share in that vision.<\/div><\/div>' /* socical responsibility */

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML=whichcontent
}
else if (document.layers){
document.d1.document.d2.document.write(whichcontent)
document.d1.document.d2.document.close()
}

}

function changetext2(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("box"):document.all.descriptions
cross_el.innerHTML=whichcontent
}
else if (document.layers){
document.e1.document.e2.document.write(whichcontent)
document.e1.document.e2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2

