<!--
function outTitle(){
distance=3;
left=(document.body.clientWidth-398-25*distance)/2;
while(left<150&&distance>0){
distance--;
left=(document.body.clientWidth-398-12-25*distance)/2;
};
if(left<=0)left=0;
document.all.MainTitleShadow.style.left=left+2;
document.all.MainTitle.style.left=left;
document.all.MainTitleShadow.style.letterSpacing=distance+"px";
document.all.MainTitle.style.letterSpacing=distance+"px";
};

var sg1="<img src='"+FolderTreeLevel+"MainPageImages/DeepDarkGreen.gif' border='0'"
+" style='position:absolute;top:;left:0;z-index:-1;filter:alpha(opacity=50,style=1);width:200;height:190'>";

function setVsize(){
 var d,h,sh,z,n,he,zt,zh,sg,t;
 d=document.body.clientHeight;
 t=document.body.scrollTop;
 h=d/190;
 sh=(h+"");
 if((z=sh.indexOf("."))==-1){
  n=h;
  he=0;
 }else{
  n=parseInt(sh.slice(0,z));
  he=d-n*190;
 };
 zt=sg1.indexOf("top:");
 zh=sg1.indexOf("height:190");
 sg="";
 for(i=0;i<n;i++)sg+=sg1.slice(0,zt)+"top:"+(190*i+t)+sg1.slice(zt+4);
 document.all.sGradient.innerHTML=sg;
 document.all.gradient.style.top=190*i+t;
 document.all.gradient.style.height=he;
};
-->
