function menu_hover()
   {
   //alert('hovering')
   //event.srcElement.parentElement.className='menuButton_on'
   }

function menu_unhover()
   {
   //event.srcElement.parentElement.className='menuButton'
   }


// window.onresize = function()
//                {
//                //alert('resized')
//                //alert(document.images.sizeX.width)
//                //size_main_content()
//                //size_logo_main()
//                }
//
// function size_main_content()
// {
//    document.all.main_content.style.pixelWidth = document.images.sizeX.width - (document.all.menu_side.style.pixelWidth+180)
// }
//
// function size_logo_main()
// {
//    document.all.logo_main.style.pixelWidth = document.images.sizeX.width-50
// }
//
