function mainbutton1(id,id2){
id.style.color='#FFFFFF';
id.style.fontWeight='bold';
id.style.backgroundImage='url(/newpic/mainbutton2.gif)';
id2.style.display='block';
}

function mainbutton2(id,id2){
id.style.color='';
id.style.fontWeight='';
id.style.backgroundImage='';
id2.style.display='none';
}

function mainbutton1b(id){
id.style.color='#FFFFFF';
id.style.fontWeight='bold';
id.style.backgroundImage='url(/newpic/mainbutton2.gif)';
}

function mainbutton2b(id){
id.style.color='';
id.style.fontWeight='';
id.style.backgroundImage='';
}

function submenu1(id){
id.style.color='#FFFFFF';
id.style.fontWeight='bold';
id.style.backgroundImage='url(/newpic/mainbutton2.gif)';
}

function submenu2(id){
id.style.color='';
id.style.fontWeight='';
id.style.backgroundImage='';
}

function showtab1a(){
tab1a.style.backgroundImage='url(/newpic/tab1b.gif)';
tab1b.style.backgroundImage='url(/newpic/tab2a.gif)';
tab1c.style.backgroundImage='url(/newpic/tab3a.gif)';
tab1a_c.style.display='block';
tab1b_c.style.display='none';
tab1c_c.style.display='none';
}

function showtab1b(){
tab1a.style.backgroundImage='url(/newpic/tab1a.gif)';
tab1b.style.backgroundImage='url(/newpic/tab2b.gif)';
tab1c.style.backgroundImage='url(/newpic/tab3a.gif)';
tab1a_c.style.display='none';
tab1b_c.style.display='block';
tab1c_c.style.display='none';
}

function showtab1c(){
tab1a.style.backgroundImage='url(/newpic/tab1a.gif)';
tab1b.style.backgroundImage='url(/newpic/tab2a.gif)';
tab1c.style.backgroundImage='url(/newpic/tab3b.gif)';
tab1a_c.style.display='none';
tab1b_c.style.display='none';
tab1c_c.style.display='block';
}

function leftbutton1(id){
id.style.backgroundImage='url(/newpic/leftbutton2.gif)';
id.style.color='#062654';
id.style.textDecoration='underline';
id.style.fontWeight='bold';
}

function leftbutton2(id){
id.style.backgroundImage='url(/newpic/leftbutton1.gif)';
id.style.color='';
id.style.textDecoration='';
id.style.fontWeight='';
}

function changefontsize(id,size){
id.style.fontSize=size + 'px';
}