<!--
function writePara(copy,i1,i2,i3){
	newCopy = copy + i1
	if (i2 != "") {
		if (i3 != "") {
			newCopy = newCopy + ", ";
		} else {
			newCopy = newCopy + " and ";
		}
		newCopy = newCopy + i2;
	}
	if (i3 != "") {
		newCopy = newCopy + " and " + i3;
	}
	return newCopy;
}

function writeLetter(ltrCopyVer,ltFirstName,ltCity,ltGender,ltAccomp1,ltAccomp2,ltAccomp3,ltWish1,ltWish2,ltWish3) {
	var letterCopy = "";
	if (ltrCopyVer == 1 ) {
		MM_setTextOfTextfield('letterStyle','',ltrCopyVer);
		letterCopy = "My dearest little " + ltFirstName + ",";
		letterCopy = letterCopy + "\n\nIt is almost my favorite time of the year, Spring time, and I can\'t hardly believe Easter is almost here.";
		letterCopy = letterCopy + "\n\nI have been going over my list of good little boys and girls with one of my best buddies, Santa Claus, and he wouldn\'t stop talking about what a good little " + ltGender + " you have been. To hear this made me so excited, it made my nose tickle and I wanted to write you this letter to tell you so. Santa\'s elves are even going to mail it for me. Friends sure are great!";
		letterCopy = letterCopy + "\n\nEaster is such an exciting time. I bet you can't wait to ";
		letterCopy = writePara(letterCopy,ltWish1,ltWish2,ltWish3); 
		letterCopy = letterCopy + ".";
		letterCopy = letterCopy + "\n\nI heard that you ";
		letterCopy = writePara(letterCopy,ltAccomp1,ltAccomp2,ltAccomp3);
		letterCopy = letterCopy + ". " + ltFirstName + ", I really couldn\'t be more proud.";
		letterCopy = letterCopy + "\n\nWell I better go I have a lot to do to get ready for my visit to your house. I can\'t wait for you to see the Easter basket I am bringing just for you. Happy Easter " + ltFirstName + "!";
		letterCopy = letterCopy + "\n\n ~ Lots of bunny hugs,";
		letterCopy = letterCopy + "\nPeter Cottontail (a.k.a. The Easter Bunny)";
	} else if (ltrCopyVer == 2 ) {
		MM_setTextOfTextfield('letterStyle','',ltrCopyVer);
		letterCopy = "My dear " + ltFirstName + ",";
		letterCopy = letterCopy + "\n\nI know Easter is almost here because I can\'t stop my nose from twitching. In fact, sometimes it twitches so much my whiskers make me sneeze.";
		letterCopy = letterCopy + "\n\nI was working on this year\'s bunny trail and was reminded about the time last year I bumped my head walking through your doorway. I was trying to be quiet and hope I didn\'t wake you. I told my buddy Santa Claus about that the other day and he is probably still laughing about it.";
		letterCopy = letterCopy + "\n\nSpeaking of Santa, he is helping me mail my letters this year and he told me how proud he is of you…I am too! He says that you ";
		letterCopy = writePara(letterCopy,ltAccomp1,ltAccomp2,ltAccomp3); 
		letterCopy = letterCopy + ". Wow!";
		letterCopy = letterCopy + "\n\n" + ltFirstName + ", I can\'t wait to visit your house again this year. The basket I am bringing is extra special. Since Easter is almost here I bet you can't wait to ";
		letterCopy = writePara(letterCopy,ltWish1,ltWish2,ltWish3); 
		letterCopy = letterCopy + ". I know I couldn't.";
		letterCopy = letterCopy + "\n\nHappy Easter " + ltFirstName + " and thanks for being such a great little " + ltGender + ". You are on the top of my list!";
		letterCopy = letterCopy + "\n\n ~ Lots of love and bunny hugs,";
		letterCopy = letterCopy + "\nPeter Cottontail (a.k.a. The Easter Bunny)";
	} else if (ltrCopyVer == 3 ) {
		MM_setTextOfTextfield('letterStyle','',ltrCopyVer);
		letterCopy = "My dear friend " + ltFirstName + ",";
		letterCopy = letterCopy + "\n\nEaster is almost here which means so many wonderful things. I was talking with my best pal Santa Claus the other day about what I, the Easter Bunny, am really all about…";
		letterCopy = letterCopy + "\n\nEaster is a magical time of year when new life begins all around each one of us. From the grass beneath our feet, to the birds that fly way above our heads, you can see a whole new world full of new life beginning just before our very eyes. Yes " + ltFirstName + ", Easter truly is a magical time.";
		letterCopy = letterCopy + "\n\nI know it must be a lot of fun for you too! I bet you can\'t wait to ";
		letterCopy = writePara(letterCopy,ltWish1,ltWish2,ltWish3); 
		letterCopy = letterCopy + ".";
		letterCopy = letterCopy + "\n\nSanta tells me that you ";
		letterCopy = writePara(letterCopy,ltAccomp1,ltAccomp2,ltAccomp3);
		letterCopy = letterCopy + ". I wanted to write you a letter to say what a good " + ltGender + " you have been. And since I am so busy, Santa\'s elves are going to mail it for me.";
		letterCopy = letterCopy + "\n\nI better go for now. I have a lot more Easter grass to cut for this season. But if it\'s not too much trouble don\'t forget to leave me a few carrots when I visit. They sure are tasty and I don\'t like digging through your refrigerator…although I will if I have to.";
		letterCopy = letterCopy + "\n\n ~ Lots of love and bunny hugs,";
		letterCopy = letterCopy + "\nPeter Cottontail (a.k.a. The Easter Bunny)";
	} else if (ltrCopyVer == 4 ) {
		MM_setTextOfTextfield('letterStyle','',ltrCopyVer);
		letterCopy = "My dearest little friend " + ltFirstName + ",";
		letterCopy = letterCopy + "\n\nWow, is it really true that you ";
		letterCopy = writePara(letterCopy,ltAccomp1,ltAccomp2,ltAccomp3);
		letterCopy = letterCopy + "? It\'s no wonder Santa Claus won\'t stop talking about you. I haven\'t seen him this excited since that year he found that extra batch of cookies under the seat in his sleigh when he thought he was out.";
		letterCopy = letterCopy + "\n\nSpeaking of Santa I told him I wanted to write you a letter telling you just how proud of you I am and he offered to mail it for me. It\'s great to have such good friends…don\'t you agree?";
		letterCopy = letterCopy + "\n\nWell, Easter is almost here already. It\'s seems like yesterday I was hiding Easter eggs all over your neighborhood. Hey, I bet you can't wait to ";
		letterCopy = writePara(letterCopy,ltWish1,ltWish2,ltWish3);
		letterCopy = letterCopy + ".";
		letterCopy = letterCopy + "\n\n" + ltFirstName + ", because you have been such a good " + ltGender + ", I am putting together an extra special basket for you and I can\'t wait for you to see it. Your house is one of my favorite stops along the bunny trail.";
		letterCopy = letterCopy + "\n\nHave a very happy Easter " + ltFirstName + "! A good little " + ltGender + " like you sure does deserve it.";
		letterCopy = letterCopy + "\n\n ~ Lots of love and bunny hugs,";
		letterCopy = letterCopy + "\nPeter Cottontail (a.k.a. The Easter Bunny)";
	} else if (ltrCopyVer == 5 ) {
		MM_setTextOfTextfield('letterStyle','',ltrCopyVer);
		letterCopy = "My dear " + ltFirstName + ",";
		letterCopy = letterCopy + "\n\nDo you think you could do me a favor? You see it\'s almost Easter and I am not sure if I am going to have enough eggs painted for the children who don\'t have any. Could you maybe color a few extra and leave them out for me to hide for them to find? I know it would mean so much to them and to me too. And I promise to tell my good friend Santa Claus about how much you helped.";
		letterCopy = letterCopy + "\n\nSpeaking of Santa, we were going through my stops along the bunny trail this year and he told me that you ";
		letterCopy = writePara(letterCopy,ltAccomp1,ltAccomp2,ltAccomp3); 
		letterCopy = letterCopy + ". Is this true?";
		letterCopy = letterCopy + "\n\nI told Santa you are going to ";
		letterCopy = writePara(letterCopy,ltWish1,ltWish2,ltWish3); 
		letterCopy = letterCopy + " this year.";
		letterCopy = letterCopy + "\n\n" + ltFirstName + ", I really wanted to write to you to tell you how proud I am of you for being such a good little " + ltGender + ". I know it\'s not easy sometimes. And, because Santa is so proud of you too he even offered to mail the letter for me. Isn\'t that great?";
		letterCopy = letterCopy + "\n\nHave a wonderful Easter " + ltFirstName + ". I know you are going to love the very special surprises I am bringing just for you.";
		letterCopy = letterCopy + "\n\n ~ Your very dear friend,";
		letterCopy = letterCopy + "\nPeter Cottontail (a.k.a. The Easter Bunny)";
	} else if (ltrCopyVer == 6 ) {
		MM_setTextOfTextfield('letterStyle','',ltrCopyVer);
		letterCopy = "My dear friend " + ltFirstName + ",";
		letterCopy = letterCopy + "\n\nGuess what? You are on my bunny trail this year because you have been such a good " + ltGender + "! I got a copy of Santa\'s list to compare to my bunny trail stops and your name has a star next to it…wow! Not too many have stars next to them.";
		letterCopy = letterCopy + "\n\nIt says right here on Santa\'s list that you ";
		letterCopy = writePara(letterCopy,ltAccomp1,ltAccomp2,ltAccomp3); 
		letterCopy = letterCopy + ". Is that true? I couldn\'t be more proud.";
		letterCopy = letterCopy + "\n\nWell, it\'s almost Easter so I guess that means you are going to ";
		letterCopy = writePara(letterCopy,ltWish1,ltWish2,ltWish3);
		letterCopy = letterCopy + " pretty soon. I can\'t wait for you to see the special surprise I am bringing just for you.";
		letterCopy = letterCopy + "\n\nYou know, Easter means so much to so many people. It is such a magical time of year. As much as I like to get my belly rubbed even that doesn\'t come close to the excitement I feel at Easter.";
		letterCopy = letterCopy + "\n\nI am running out of time so I better go for now. Santa offered to mail this letter for me so I better get it to him. Thanks again for being such a wonderful little " + ltGender + " and I\'ll see you soon.";
		letterCopy = letterCopy + "\n\n ~ With lots of bunny hugs, your very best friend,";
		letterCopy = letterCopy + "\nPeter Cottontail (a.k.a. The Easter Bunny)";
	}
	return letterCopy;	
}
-->