﻿function show(){
	document.getElementById('more').style.backgroundPosition='bottom right';
	document.getElementById('podmenu').style.display='block'
}
function showOut(){
	document.getElementById('more').style.backgroundPosition='top';
	document.getElementById('podmenu').style.display='none'
}
function show1(){
	document.getElementById('more').style.backgroundPosition='bottom right'
}
function show2(){
	document.getElementById('more').style.backgroundPosition='top'
}

function activeOff(){
        document.getElementById('down_start_active').id='down_start'
}

function replaceId(){
        document.getElementById('message').id='messageActive'
}
