
function showStartHere () {

   Elmnt ('start_here').top += "<b><font color='red' size='2'>Start Here</font></b>\n" +
      "<img src='/imgs/RedDownArrow.gif' border='0' alt='red down arrow' style='position:relative;top:7px;'>";

   setTimeout('hideStartHere ()', 10000);
}

function hideStartHere () {
   Elmnt ('start_here').innerHTML = "<b><font color='red' size='2'>&nbsp</font></b>";
}

