scrHeight = (( window.innerHeight ) ? window.innerHeight : (( document.all ) ? document.body.offsetHeight : 600));
scrWidth = (( window.innerWidth ) ? window.innerWidth : (( document.all ) ? document.body.offsetWidth : 800));



document.body.style.fontSize=scrHeight/29+'px';
//document.getElementById("shcrogal").style.width=scrHeight/35+'px';

