Whenever you install Windows, the boot loader of Linux will be overwritten... With some patience, you can undo this.
1. First, boot from your Linux CD.
2. Type
linux rescue
at the prompt at the beginning
3. Now, type
chroot /mnt/sysimage
4. Then type
grub-install /dev/hda
That must solve the problem...