if(ie4 || dom) {
  dw = document.body.clientWidth;
  dh = document.body.clientHeight;
}
if(ns4 || ns6) {
  dw = window.innerWidth;
  dh = window.innerHeight;
}

var scup = 125;

var ct = 125;
var x2 = 0;
var a2 = 0;
var ah = 13;
var aw = 13;
var dragh = 26;
var dragw = 13;
var ymin = scup+12;
var ymax = dh-55;

if(ns4){
  document.writeln('<layer id="scrollbg" left="0" top="0" width="'+dw+'" height="'+dh+'" z-index="997" visibility="hide">');
}else{
  document.writeln('<div id="scrollbg" style="position: absolute; left: 0px; top: 0px; width: '+dw+'px; height: '+dh+'px; z-index: 997; visibility: hidden">');
}
document.write('<table width="100%" height="100%"><tr><td></td></tr></table>');
document.write(dend);
if(ns4){
  document.writeln('<layer id="scrollup" left="'+(dw-30)+'" top="'+scup+'" width="13" height="13" z-index="1000" visibility="show">');
}else{
  document.writeln('<div id="scrollup" style="position: absolute; left: '+(dw-30)+'px; top: '+scup+'px; width: 13px; height: 13px; z-index: 1000; visibility: visible">');
}
document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td background="img/scroll_arrow_up.gif" width="13" height="13"><table width="100%" height="100%"><tr><td></td></tr></table></td></tr></table>');
document.write(dend);
if(ns4){
  document.writeln('<layer id="scrollbar" left="'+(dw-30)+'" top="'+(scup+ah-1)+'" width="13" height="26" z-index="1000" visibility="show">');
}else{
  document.writeln('<div id="scrollbar" style="position: absolute; left: '+(dw-30)+'px; top: '+(scup+ah-1)+'px; width: 13px; height: 26px; z-index: 1000; visibility: visible">');
}
document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td background="img/scroll_bar.gif" width="13" height="26"><table width="100%" height="100%"><tr><td></td></tr></table></td></tr></table>');
document.write(dend);
if(ns4){
  document.writeln('<layer id="scrolldown" left="'+(dw-30)+'" top="'+(dh-30)+'" width="13" height="13" z-index="1000" visibility="show">');
}else{
  document.writeln('<div id="scrolldown" style="position: absolute; left: '+(dw-30)+'px; top: '+(dh-30)+'px; width: 13px; height: 13px; z-index: 1000; visibility: visible">');
}
document.write('<table cellspacing="0" cellpadding="0" border="0"><tr><td background="img/scroll_arrow_down.gif" width="13" height="13"><table width="100%" height="100%"><tr><td></td></tr></table></td></tr></table>');
document.write(dend);