function blankHome(){
	document.getElementById('homeCopy1').style.display = 'none'
	document.getElementById('homeLcopy1').style.color = '#636266'
	document.getElementById('homeLcopy1').style.backgroundImage = 'url(/images/linkBullet.gif)'
	document.getElementById('homeLcopy1').style.textDecoration = 'none'
	
	document.getElementById('homeCopy2').style.display = 'none'
	document.getElementById('homeLcopy2').style.color = '#636266'
	document.getElementById('homeLcopy2').style.backgroundImage = 'url(/images/linkBullet.gif)'
	document.getElementById('homeLcopy2').style.textDecoration = 'none'
	
	
	document.getElementById('homeCopy3').style.display = 'none'
	document.getElementById('homeLcopy3').style.color = '#636266'
	document.getElementById('homeLcopy3').style.backgroundImage = 'url(/images/linkBullet.gif)'
	document.getElementById('homeLcopy3').style.textDecoration = 'none'
	
	
	document.getElementById('homeCopy4').style.display = 'none'
	document.getElementById('homeLcopy4').style.color = '#636266'
	document.getElementById('homeLcopy4').style.backgroundImage = 'url(/images/linkBullet.gif)'
	document.getElementById('homeLcopy4').style.textDecoration = 'none'
	
	
	document.getElementById('homeCopy5').style.display = 'none'
	document.getElementById('homeLcopy5').style.color = '#636266'
	document.getElementById('homeLcopy5').style.backgroundImage = 'url(/images/linkBullet.gif)'
	document.getElementById('homeLcopy5').style.textDecoration = 'none'
	
}

function homecopy1(){
	blankHome()
	document.getElementById('homeCopy1').style.display = 'block'
	document.getElementById('homeLcopy1').style.color = '#f9a451'
	document.getElementById('homeLcopy1').style.backgroundImage = 'url(/images/linkBulletOnIt.gif)'
	document.getElementById('homeLcopy1').style.textDecoration = 'none'

}

function homecopy2(){
	blankHome()
	document.getElementById('homeCopy2').style.display = 'block'
	document.getElementById('homeLcopy2').style.color = '#f9a451'
	document.getElementById('homeLcopy2').style.backgroundImage = 'url(/images/linkBulletOnIt.gif)'
	document.getElementById('homeLcopy2').style.textDecoration = 'none'
}

function homecopy3(){
	blankHome()
	document.getElementById('homeCopy3').style.display = 'block'
	document.getElementById('homeLcopy3').style.color = '#f9a451'
	document.getElementById('homeLcopy3').style.backgroundImage = 'url(/images/linkBulletOnIt.gif)'
	document.getElementById('homeLcopy3').style.textDecoration = 'none'
}

function homecopy4(){
	blankHome()
	document.getElementById('homeCopy4').style.display = 'block'
	document.getElementById('homeLcopy4').style.color = '#f9a451'
	document.getElementById('homeLcopy4').style.backgroundImage = 'url(/images/linkBulletOnIt.gif)'
	document.getElementById('homeLcopy4').style.textDecoration = 'none'
}

function homecopy5(){
	blankHome()
	document.getElementById('homeCopy5').style.display = 'block'
	document.getElementById('homeLcopy5').style.color = '#f9a451'
	document.getElementById('homeLcopy5').style.backgroundImage = 'url(/images/linkBulletOnIt.gif)'
	document.getElementById('homeLcopy5').style.textDecoration = 'none'
}


