function iR(o,s){
 document.getElementById(o).src=s;
}
function lW(){
 if(navigator.userAgent.toLowerCase().indexOf("firefox")!=-1)document.getElementById("rb").style.backgroundColor="#ccbe9a";
 var lH=document.getElementById("lp").offsetHeight;
 var rH=document.getElementById("rb").offsetHeight;
 if(lH!=rH){
  if(lH>=rH){
   document.getElementById("rb").style.height=lH+"px";
   document.getElementById("rp").style.height=(lH-25)+"px";
  }else document.getElementById("lp").style.height=(rH-60)+"px";
 }
}
window.onload=lW;
function tL(u,w){
 w=window.open(u,w);
 return false;
}