Arduino Severino bootloader

Hello!
I do myself an Arduino Severino with an ATmega328P-PU.I have a parallel programmer (like this http://arduino.cc/en/Hacking/ParallelProgrammer) and a serial cable (like this http://images1.okr.ro/auctions.v3/700_700/2012/04/13/1/0/641943946885804210822731-5682920-700_700.jpg)
How can i burn the bootloader with the parallel programmer and after i will programming the Severino with serial cable?

To burn the bootloader:

Connect Parallel Programmer to PC and ICSP header.

Select Tools->Programmer->Parallel Programmer

Select Tools->Board->Arduino UNO

Select Tools->Burn Bootloader

Disconnect Parallel Programmer.

To upload a sketch:

Connect serial cable to PC and Severino.

Select Tools->Board->Ardiuno UNO (if it is not still selected)

Select Tools->Serial Port->(the port the cable is connected to)

Click on the Upload icon of the sketch you want to upload.

I have some questions:

1.I disconnect Parallel Programmer after the burn bootloader is finished?

2.When I upload a sketch with serial cable what Programmer I need to select?

3.What Arduino IDE I need to use?

Modify!!!
I tryed now to burn bootloader with Arduino 1.0.3 but them give me this error:
" Using Port : lpt1
Using Programmer : dapa
avrdude: can't open device "giveio"

avrdude: failed to open parallel port "lpt1"
Note:Before I runed the ginstall.bat from giveio.

1.I disconnect Parallel Programmer after the burn bootloader is finished?

Yes.

2.When I upload a sketch with serial cable what Programmer I need to select?

You don't select a Programmer since normal uploading is done through the serial port and bootloader. I forgot to put in the step where you select the serial port:

Select Tools->Serial Port->(the port the cable is connected to)

I've fixed the list above to include that step

I tryed now to burn bootloader with Arduino 1.0.3 but this give me this error:
" Using Port : lpt1
Using Programmer : dapa
avrdude: can't open device "giveio"

avrdude: failed to open parallel port "lpt1"
Note:Before I runed the ginstall.bat from giveio.

The "giveio" driver is supposed to work on Windows NT, Windows 2000 or Windows XP. It may not work on newer versions of Windows.

You might want to invest in a ISP device. You can usually buy a USBasp on eBay for under $4 including shipping from Kong Kong. You may also want to get the 10-pin to 6-pin adapter (another $3) because the Arduino has a 6-pin ICSP header.