
function ChangeMenu(file){
    top.opener.window.location.href = file;
	window.close();
}
