function naytaDD () {
	document.getElementById('dropdown').style.display = "block";	
}

function piilotaDD () {
	document.getElementById('dropdown').style.display = "none";	
}

function hoverA() {
	document.getElementById('tuotehover').style.background = "url('gfx/menu1.gif') no-repeat";	
}

function hoverB () {
	document.getElementById('tuotehover').style.background = "url('gfx/menu0.gif') no-repeat";	
}

function naytaDD2 () {
	document.getElementById('dropdown2').style.display = "block";	
}

function piilotaDD2 () {
	document.getElementById('dropdown2').style.display = "none";	
}

function hoverC() {
	document.getElementById('lisatietojahover').style.background = "url('gfx/menu1.gif') no-repeat";	
}

function hoverD () {
	document.getElementById('lisatietojahover').style.background = "url('gfx/menu0.gif') no-repeat";	
}

