function bottomin() {
	
	
	document.getElementById('work-list').className = 'work-liston';	

	//document.getElementById('work-list').style.backgroundImage = "../images/yellow-TOP.jpg') no-repeat";
}

function bottomout() {
	
	
	
	document.getElementById('work-list').className = 'work-list';	
	
	//document.getElementById('work-list').style.backgroundImage = "../images/grey-TOP.jpg') no-repeat";
}

function topin() {
	
	if ( document.getElementById('bgsplitbottom').className == 'bgsplitbottom') {
	document.getElementById('bgsplitbottom').className = 'bgsplitbottomon';	
	} else 
	if ( document.getElementById('bgsplitbottom').className == 'bgsplitbottomnolink') {
	document.getElementById('bgsplitbottom').className = 'bgsplitbottomonnolink';		
	}
	
	//document.getElementById('work-list').style.backgroundImage = "../images/yellow-TOP.jpg') no-repeat";
}

function topout() {
	
	
	if ( document.getElementById('bgsplitbottom').className == 'bgsplitbottomon') {
	document.getElementById('bgsplitbottom').className = 'bgsplitbottom';
	} else
	if ( document.getElementById('bgsplitbottom').className == 'bgsplitbottomonnolink') {
	document.getElementById('bgsplitbottom').className = 'bgsplitbottomnolink';		
	}
	//document.getElementById('work-list').style.backgroundImage = "../images/grey-TOP.jpg') no-repeat";
}


