Nice paint job.
Did you get new rims included.
This looks cool.
F.
Posted 31 July 2002 - 03:13 PM
Posted 31 July 2002 - 04:14 PM
Posted 31 July 2002 - 05:03 PM
Posted 31 July 2002 - 05:24 PM
Posted 01 August 2002 - 12:19 AM
Posted 01 August 2002 - 01:46 AM
Posted 01 August 2002 - 01:58 AM
Posted 01 August 2002 - 03:46 AM
Posted 01 August 2002 - 10:00 AM
Posted 01 August 2002 - 02:20 PM
Posted 01 August 2002 - 11:17 PM
/* Get current image dimensions */ picWidth = document.getElementById("image1").width picHeight = document.getElementById("image1").height /* Do clever size manipulation calculations here */ ...... ...... /* Resize the image to new dimensions */ document.getElementById("image1").width = picWidth document.getElementById("image1").height = picHeight
Posted 12 October 2002 - 05:15 PM