﻿function BrowserWidth () 
{
    width = document.body.offsetWidth;
    return( width );
}