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