function hoverthisbg(elmnt){
	elmnt.style.background = 'url(images/ln_3_item_hover.jpg) repeat-y';
}

function restorethisbg(elmnt){
	elmnt.style.background = 'url(images/c_left_nav_3_bg.gif) repeat-y';
}

function imgborderhover(elmnt){
	elmnt.style.border = '2px solid #1d3800';
}

function imgborderrestore(elmnt){
	elmnt.style.border = '2px solid #768c5e'
}

function changemenubg(elmnt){
	elmnt.style.background = 'url(images/c_ln_1_list_img_hover.gif) no-repeat left';
}

function restoremenubg(elmnt){
	elmnt.style.background = 'url(images/c_ln_1_list_img.gif) no-repeat left';
}