// JavaScript Document

function fillw(word)
{for(i=1;i<9;i++)
eval("form"+i+".key.value=word");
}