function showsubmenu(divid) {
 $('#' + divid).toggle();
}