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.heart2heart.com"
document.SPELLDATA.language.value=1033
document.SPELLDATA.opener.value="www.heart2heart.com/cgi-bin/sproxy.cgi"
document.SPELLDATA.formaction.value="http://www.spellchecker.com/spell/startspelling.asp"
window.open("initspell.php","Spell",
"toolbar=no,directories=no,resizable=yes,width=620,height=600,top=100,left=100")
}
