/*
 * Created on 2006-12-16
 *
 * author: Dariusz Grabowski
 */

aEL(window, 'load', start);
////////////////
function start(ev) {
  i=document.getElementById('wh');
  if(i)
    aEL(i, 'click', html2flash);
}