function menu_location()
{
//выравнивание выпадающего меню по горизонтали
if(osn.clientWidth>800) otstup=(osn.clientWidth-800)/2;
else                    otstup=0;
spisok1.style.pixelLeft=otstup+273;
spisok2.style.pixelLeft=otstup+273+123;
spisok3.style.pixelLeft=otstup+273+123+124;
spisok4.style.pixelLeft=otstup+273+123+124+83;
}//menu_location()
