
var filenum;
function dlbox(filenum) 
{	
    window.open('/ilj_auth/ilj_auth.php?file='+filenum+'', '_blank', 'width=750, height=200, left=0, top=0, menubar=no, status=no, location=no, toolbar=no, scrollbars=yes, resizable=no');

}
var filenum_sample;
function dlbox_sample(filenum_sample) 
{	
    window.open('/ilj_auth/sample.php?file='+filenum_sample+'', '_blank', 'width=750, height=200, left=0, top=0, menubar=no, status=no, location=no, toolbar=no, scrollbars=yes, resizable=no');

}


function showsearch()
{
  getStyleObject1('search').display='block';
}

function getStyleObject1(objectId) {
  if (document.getElementById && document.getElementById(objectId)) {
    return document.getElementById(objectId).style;
  } else if (document.all && document.all(objectId)) {
    return document.all(objectId).style;
  } else {
    return false;
  }
}

