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