// VZLK

function rmshow(){
	$("rmore").show();
	$("rmorelink").hide();
}	
function rmhide(){
	$("rmore").hide();
	$("rmorelink").show();
}
