var fDesc=new Array(); fDesc[0] = "Would you like to know how your baby will look like? It is not necessary to wait nine months to see how will be the face of your baby. All you need is to have two photos of the parents, upload them to BabyMaker program, and voila, a new realistic picture of your baby will appear in a snap!!!

In order to see how you baby will look like, you have to follow some steps.
- Upload the first parent photo to BabyMaker. It is necessary to upload a frontal face photo with no sunglasses, or hair covering the face. It doesn't matter if the mother or father is first.
- Upload the second parent photo. Just like the previous step, you have to upload the second photo. You can pan, zoom and rotate the photo.
- Choose the ethnicity. After you upload parent's photos, you have to choose the ethnicity that you think your baby will be, and also decide if you want a boy or a girl.
- And that's all, BabyMaker will combine all the parents factions, and will create a new realistic photo baby.

It is not important if you upload scratched or black & white photos, you will still get a photo color with high quality of your baby. And If you want, you can send that photo to a friend or save it in your PC. Definitely, BabyMaker will let you know how your baby will look like, in a funny way."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }