Price: US $4,500.00 SOLD OUT
Photo Viewer
1955 Oldsmobile 88 Sedan
1955 Oldsmobile 88 Sedan, MAKE OFFER
var photo_list = document.getElementById('photo_list');
var mouse_on = 0;
var photoIndexTracker = 0;
var pictures = new Array();
pictures[0] = "http://s3.amazonaws.com/photos.ecarlist.com/j2/YA/x5/X0/Nm/t6/h3/bG/qT/VI/TA_800.jpg";
pictures[1] = "http://s3.amazonaws.com/photos.ecarlist.com/KU/v1/xV/x1/1y/ov/zB/Ra/8X/e0/6Q_800.jpg";
pictures[2] = "http://s3.amazonaws.com/photos.ecarlist.com/nM/qr/1I/ka/x2/rH/OQ/Le/26/2Z/yg_800.jpg";
pictures[3] = "http://s3.amazonaws.com/photos.ecarlist.com/TV/vK/uy/cc/bl/H0/uv/3X/gj/UM/Vw_800.jpg";
pictures[4] = "http://s3.amazonaws.com/photos.ecarlist.com/qM/1C/DQ/ro/Zt/0P/cm/AX/sc/I0/6g_800.jpg";
pictures[5] = "http://s3.amazonaws.com/photos.ecarlist.com/Q0/PK/Tw/oX/vA/c1/C1/o1/zY/cv/SQ_800.jpg";
pictures[6] = "http://s3.amazonaws.com/photos.ecarlist.com/ul/4v/vQ/MY/bW/mM/py/Yn/c7/Wn/gA_800.jpg";
pictures[7] = "http://s3.amazonaws.com/photos.ecarlist.com/NG/Ej/Xi/2W/4H/vN/gV/uH/SZ/5a/eQ_800.jpg";
pictures[8] = "http://s3.amazonaws.com/photos.ecarlist.com/ab/Uh/2J/nL/yn/dk/US/Ak/7r/vD/1w_800.jpg";
pictures[9] = "http://s3.amazonaws.com/photos.ecarlist.com/PP/Jr/HR/q3/4R/GA/H7/ui/kk/Wv/ZA_800.jpg";
pictures[10] = "http://s3.amazonaws.com/photos.ecarlist.com/To/2m/QC/L2/WR/Uu/oj/A4/dq/eJ/WQ_800.jpg";
pictures[11] = "http://s3.amazonaws.com/photos.ecarlist.com/Gy/V2/Af/5f/Nw/yb/ww/ay/dW/zG/cQ_800.jpg";
pictures[12] = "http://s3.amazonaws.com/photos.ecarlist.com/gs/6b/2n/Ma/g2/kn/T8/sf/iX/B6/oQ_800.jpg";
pictures[13] = "http://s3.amazonaws.com/photos.ecarlist.com/RX/uN/mL/Et/hI/gR/Am/jp/TQ/DC/hw_800.jpg";
pictures[14] = "http://s3.amazonaws.com/photos.ecarlist.com/Fq/iZ/7l/ZA/q9/JA/c8/rY/TX/nu/XQ_800.jpg";
function scroll_photo_list_up() {
if (mouse_on == 1) {
if( photo_list.scrollTop > 0 ) {
photo_list.scrollTop -= 2;
setTimeout("scroll_photo_list_up()",1);
} else {
mouse_on = 0;
photo_list.scrollTop = 0;
}
}
}
function scroll_photo_list_down() {
if (mouse_on == 1) {
if( ( photo_list.scrollHeight - photo_list.scrollTop ) > 0 ) {
photo_list.scrollTop += 2;
setTimeout("scroll_photo_list_down()",1);
} else {
mouse_on = 0;
photo_list.scrollTop = photo_list.scrollHeight;
}
}
}
function scroll_photo_list_exit() {
mouse_on = 0;
}
function display_previous_photo() {
var photoIndex = photoIndexTracker - 1;
photoIndex = photoIndex < 0 ? ( pictures.length - 1 ) : photoIndex;
display_photo(photoIndex);
}
function display_next_photo() {
var photoIndex = photoIndexTracker + 1;
photoIndex = photoIndex > ( pictures.length - 1 ) ? 0 : photoIndex;
display_photo(photoIndex);
}
var width;
function display_photo(photoIndex) {
photoIndexTracker = photoIndex;
var img = new Image();
img.onload = function(){
var main_picture = document.getElementById('main_picture');
if( !(main_picture) || main_picture.tagName == 'IMG' ){
var aspect = this.width / this.height;
width = width || document.getElementById('main_picture_img').getAttribute('width');
var height = width / aspect;
main_picture = document.createElement('div');
main_picture.setAttribute('id', 'main_picture');
main_picture.style.height = height + 'px';
main_picture.style.width = width + 'px';
main_picture.style.border = '1px solid #999';
document.getElementById('main_picture_img').parentNode.replaceChild(main_picture,document.getElementById('main_picture_img'));
var photo_list = document.getElementById('photo_list');
var photo_list_up = document.getElementById('photo_list_up');
if( photo_list ){
photo_list.style.height = height - photo_list_up.offsetHeight + 3 + 'px';
}
}
//set img height
main_picture.style.background = 'url(' + this.src + ') no-repeat center center';
};
img.src = pictures[photoIndex];
}
function imageholderclass(){
this.over=new Array();
this.down=new Array();
this.src=new Array();
this.store=store;
function store(src, down, over){
var AL=this.src.length;
this.src[AL]=new Image(); this.src[AL].src=src;
this.over[AL]=new Image(); this.over[AL].src=over;
this.down[AL]=new Image(); this.down[AL].src=down;
}
}
var ih = new imageholderclass();
var mouseisdown=0;
function preloader(t){
for(i=0;iCondition: Used Year: 1955 VIN (Vehicle Identification Number): 557M7722 Mileage: 0 Transmission: Automatic Make: Oldsmobile Body Type: Sedan Model: Eighty-Eight Vehicle Title: Rebuilt, Rebuildable & Reconstructed Engine: 8 For Sale By: Dealer Doors: 4 Exterior Color: Blue