var intMenuOffset = 70
function fncFollowMenu(strID){
bolGoBrowse = true
if (bolGoBrowse == true) {
self.window.location='index.php?' + ‘sb=’ + strID.substring(6,strID.length);
}
}