function inittopmenu(menuname){
	window.parent.document.getElementById('submenu').innerText = menuname;

}

function inittopmenu2(menuname){
	window.parent.parent.document.getElementById('submenu').innerText = menuname;

}