function show_subm () {
  if (document.getElementById)
    document.getElementById("subm").style.visibility = "visible";
	//initFade();
}
function deshow_subm () {
  if (document.getElementById)
    document.getElementById("subm").style.visibility = "hidden";
	
}
