function return width of client browser window
var clientWidth=function(){return document.documentElement.clientWidth||document.body.clientWidth;}