’);
function movefloat(){
var ht=getst();
var fcs=document.getElementById(’floatcs’);
var fcsin=document.getElementById(’fcsin’);
var vol=ht+150;
var vor=ht+300;
fcs.style.top=vol+’px’;
fcsin.style.top=vor+’px’;
}
function gochat(){
window.location=”{$id}”;
}
function closefcsin(){
var fcsin=document.getElementById(’fcsin’);
fcsin.style.visibility=”hidden”;
}
function getst(){
var t;
if (document.documentElement && document.documentElement.scrollTop) {
t = document.documentElement.scrollTop;
} else if (document.body) {
t [...]