function DoSpell(formname, subject, body)
{
document.SPELLDATA.formname.value=formname
document.SPELLDATA.subjectname.value=subject
document.SPELLDATA.messagebodyname.value=body
document.SPELLDATA.companyID.value="custom\\www.ahooga.com"
document.SPELLDATA.language.value=1033
document.SPELLDATA.opener.value="http://www.ahooga.com/cgi-bin/sproxy.pl"
document.SPELLDATA.formaction.value="http://www.spellchecker.com/spell/startspelling.asp "
window.open("http://www.ahooga.com/wwwboard/messages/initspell.htm","Spell",
"toolbar=no,directories=no,resizable=yes,width=650,height=550,top=50,left=100")
}

