function menu_file(url){
	parent.main_frames.left_menu.menu.location.href = url;}

function main_file(url){
	parent.main_page.main.location.href = url;}

function show_hide(MCstyle1,MCstyle2){
	MCstyle1.style.visibility = "visible";
	MCstyle2.style.visibility = "hidden";}
