Price: US $14,450.00 SOLD OUT
Photo Viewer
1931 Ford Model A 5 Window Coupe w/Rumbleseat
1931 Ford Model A 5 Window with Rumble Seat, all steel! TRADES?
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/wN/U3/9k/Qk/o3/Vk/dN/rf/Bf/JL/7Q_800.jpg";
pictures[1] = "http://s3.amazonaws.com/photos.ecarlist.com/JX/Dz/Ra/1X/G4/L8/Kb/m7/Yd/Re/Iw_800.jpg";
pictures[2] = "http://s3.amazonaws.com/photos.ecarlist.com/e0/pk/8b/Hk/sA/DT/XG/pn/1A/Ev/9A_800.jpg";
pictures[3] = "http://s3.amazonaws.com/photos.ecarlist.com/N7/oy/11/m7/C8/GJ/4Z/dZ/IY/hd/3A_800.jpg";
pictures[4] = "http://s3.amazonaws.com/photos.ecarlist.com/fA/og/Dw/MS/Jh/fV/EU/Ct/h3/Hq/eg_800.jpg";
pictures[5] = "http://s3.amazonaws.com/photos.ecarlist.com/k5/RF/vj/8L/Ha/fk/UO/l5/qT/1V/fg_800.jpg";
pictures[6] = "http://s3.amazonaws.com/photos.ecarlist.com/H1/ic/88/2S/Ak/P1/rR/Y3/dA/CW/Xw_800.jpg";
pictures[7] = "http://s3.amazonaws.com/photos.ecarlist.com/Cj/o0/y1/2T/uS/g9/u9/v1/Tr/wX/gw_800.jpg";
pictures[8] = "http://s3.amazonaws.com/photos.ecarlist.com/Eo/ft/IW/Qr/B1/mv/zW/U3/KS/Sx/Wg_800.jpg";
pictures[9] = "http://s3.amazonaws.com/photos.ecarlist.com/2K/Cd/hO/3y/y6/Pr/uy/zC/E4/M2/pw_800.jpg";
pictures[10] = "http://s3.amazonaws.com/photos.ecarlist.com/9h/Oh/w2/1O/4T/77/ko/pO/L7/xC/ew_800.jpg";
pictures[11] = "http://s3.amazonaws.com/photos.ecarlist.com/X2/W0/q1/g0/Kk/QL/7a/lG/96/2R/lA_800.jpg";
pictures[12] = "http://s3.amazonaws.com/photos.ecarlist.com/ag/le/gC/St/Bv/Km/HD/CG/rn/w8/aw_800.jpg";
pictures[13] = "http://s3.amazonaws.com/photos.ecarlist.com/GE/GL/l1/X0/Fp/Dt/AB/39/pM/d1/Aw_800.jpg";
pictures[14] = "http://s3.amazonaws.com/photos.ecarlist.com/BY/qp/2k/P2/nu/w2/SP/RL/OW/fy/DQ_800.jpg";
pictures[15] = "http://s3.amazonaws.com/photos.ecarlist.com/6V/Pl/R1/ko/UP/hX/j7/be/4t/fV/uw_800.jpg";
pictures[16] = "http://s3.amazonaws.com/photos.ecarlist.com/Y3/iT/nt/cM/0h/H3/vM/ZI/Ed/Ni/BQ_800.jpg";
pictures[17] = "http://s3.amazonaws.com/photos.ecarlist.com/yt/zc/co/ov/ZD/wM/zD/b9/hX/ym/VQ_800.jpg";
pictures[18] = "http://s3.amazonaws.com/photos.ecarlist.com/dV/4L/42/Ij/kZ/S8/15/KC/5H/7l/bg_800.jpg";
pictures[19] = "http://s3.amazonaws.com/photos.ecarlist.com/IN/7T/61/FH/yW/iQ/aA/Pb/Eq/df/Bw_800.jpg";
pictures[20] = "http://s3.amazonaws.com/photos.ecarlist.com/dv/IA/iI/88/ZD/o1/TX/C9/25/SM/Jg_800.jpg";
pictures[21] = "http://s3.amazonaws.com/photos.ecarlist.com/J9/5k/2p/NP/Gn/HA/cT/h7/ec/sI/cw_800.jpg";
pictures[22] = "http://s3.amazonaws.com/photos.ecarlist.com/Fk/TW/ME/xW/YU/FX/Ce/OA/le/tb/fA_800.jpg";
pictures[23] = "http://s3.amazonaws.com/photos.ecarlist.com/9K/vp/7z/nv/WA/7z/Wc/Co/yl/N8/Sw_800.jpg";
pictures[24] = "http://s3.amazonaws.com/photos.ecarlist.com/hM/zr/p8/YB/Lo/ST/6l/8M/as/sP/mQ_800.jpg";
pictures[25] = "http://s3.amazonaws.com/photos.ecarlist.com/IE/WU/ZJ/Xq/w4/3e/2D/Qf/2e/M1/1Q_800.jpg";
pictures[26] = "http://s3.amazonaws.com/photos.ecarlist.com/2J/Xx/F1/92/3a/9T/Nx/Ul/12/l4/pA_800.jpg";
pictures[27] = "http://s3.amazonaws.com/photos.ecarlist.com/bT/b6/rH/Iw/tJ/ap/4R/gC/sm/9F/Sw_800.jpg";
pictures[28] = "http://s3.amazonaws.com/photos.ecarlist.com/9A/6D/Hd/dA/NO/zD/rd/re/cz/10/7g_800.jpg";
pictures[29] = "http://s3.amazonaws.com/photos.ecarlist.com/fw/37/2i/9R/EP/Zm/lU/58/FL/iR/1Q_800.jpg";
pictures[30] = "http://s3.amazonaws.com/photos.ecarlist.com/kh/d7/FN/kc/UX/r8/Zk/02/Fw/RF/yA_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: 1931 VIN (Vehicle Identification Number): A3136610 Mileage: 0 Interior Color: Other Make: Ford Transmission: Manual Model: Model A Body Type: Coupe Engine: 4 Vehicle Title: Clear For Sale By: Dealer Sub Model: 5 Window Coupe w/Rumbleseat Doors: 2 Exterior Color: Yellow