function rebuild(rid){ 
 if(rid==-1){
  if(window.opener==undefined)
   location.href = 'home/home.asp';
  return;
 }
 if(rid==-2){
  if(window.location.href.indexOf('r=0')<0)
   location.href = '../index.html';
  return;
 }
 if(window.parent.Ilay==null){
  var w = window.open('../global.html?r='+rid, 'samarpop', 'left='+(screen.width-760)/2+', top='+(screen.height-410)/2+', width=760, height=410, location=no, menubar=no, resizable=0, scrollbars=no, status=no, toolbar=no, fullscreen=no');
  w.focus();
 }
 else{
  window.setTimeout("window.parent.highlight('?r="+rid+"', 0)", 100);
  window.parent.focus();
  if(window.parent.MACIE)
   document.onmouseover = window.parent._release;
  if(document.getElementById("illus")!=null)
   onload = _checkflash;
 }
}

function _checkflash(){
 if(document.all)
  if(document.getElementById("illus").childNodes.length>1)
   document.getElementById("altimg").style.visibility = 'visible';
}