function float_window () {
cWidth=document.body.clientWidth;
cHeight=document.body.clientHeight;
sTop=document.body.scrollTop;
with(document.getElementById('contacts'))
	{width=405;
	 height=385;
	 style.visibility='visible';
	 style.left=200;
	 style.top=230;
	}
}
