function initialize() {
    available_width=document.body.clientWidth;
    available_height=document.body.clientHeight;
}
