1935 Rolls-Royce 20/25 Barker 2 dr Saloon / Coupe GYH35
Car location: Bethesda, United Kingdom
Sale type: Fixed price listing
Technical specifications, photos and description:
Manufacturer: |
Rolls-Royce |
Model: |
20/25 Barker 2 dr Saloon / Coupe GYH35 |
Type: |
Coupe |
Color: |
Brown |
Engine: |
3,699 |
Transmission: |
Manual |
Fuel: |
Petrol |
Drive side: |
Right-hand drive |
Got questions? |
Ask here! |
1935 Rolls-Royce 20/25 Barker 2 dr Saloon / Coupe GYH35 for sale
Current customer rating:
(2) based on 32 votes
var currentTab = "emp_overview"; function switchTab(tab){ if(tab != currentTab){ if(document. getElementById(currentTab) != null && typeof document. getElementById(currentTab) != 'undefined'){ document. getElementById(currentTab). style. display = 'none'; document. getElementById(currentTab + '_tab'). className = ''; } document. getElementById(tab). style. display = 'block'; document. getElementById(tab + '_tab'). className = 'selected'; currentTab = tab; document. getElementById("emp_contact_box"). style. display = (tab === "emp_overview" ? "none" : "block"); } } function $(id) {return document. getElementById(id); } function addEvent(obj. type. fn) { if(obj. addEventListener) { obj. addEventListener(type. n. alse); }else if(obj. attachEvent) { obj["e" + type + fn] = fn; obj[type + fn] = function() {obj["e" + type + fn](window. event);} obj. attachEvent("on" + type. obj[type + fn]); } } var thumbMsgDefault = "Scroll over the thumbnails to enlarge"; var thumbMsgVideoPlay = 'Video playing. Click on thumbnails to enlarge'; function clickSwapImage(imageIdx){ var vidDiv = document. getElementById("emp_vid_div"); if (null != vidDiv && vidDiv. style. display != "none"){ vidDiv. style. display = "none"; } var thumbMsg = document. getElementById("emp_thumb_msg"); if(thumbMsg){ thumbMsg. innerHTML = thumbMsgDefault; } try{ var myvidplayer = document. getElementById("vidplayer"); if(myvidplayer){ myvidplayer. pauseVideo(); } }catch(e){} swapImage(imageIdx); } var currentImageIdx = 0; function swapImage(imageIdx) { var vidDiv = document. getElementById("emp_vid_div"); if(vidDiv != null && vidDiv. style. display == "block"){ return; } var imgDiv = document. getElementById("emp_img_div"); if (imgDiv. style. display != "block"){ imgDiv. style. display = "block"; } currentImageIdx = imageIdx; document. getElementById("emp_img"). src = images[currentImageIdx]. src; } function nextImage(){ currentImageIdx = ++currentImageIdx % images. length; document. getElementById("emp_img"). src = images[currentImageIdx]. src; } var images; function preloadImages() { images = new Array(); var a = preloadImages. arguments; for(i = 0; i < a. length; i++){ if (a[i]. indexOf("#")!=0){ images[i] = new Image(); images[i]. src = a[i]; } } } preloadImages('http://i. ebayimg. com/00/s/OTE1WDE2MDA=/z/BR4AAOSwIgNXjgC-/$_12. JPG'. http://i. ebayimg. com/00/s/NzMzWDE2MDA=/z/ZU4AAOSw0fhXjgDF/$_12. JPG'. http://i. ebayimg. com/00/s/OTc5WDE2MDA=/z/BMMAAOSwARZXjgDL/$_12. JPG'. http://i. ebayimg. com/00/s/MTIwMFgxNjAw/z/VnMAAOSwMsVXjgDQ/$_12. JPG'. http://i. ebayimg. com/00/s/MTE3NlgxNjAw/z/Az4AAOSwRgJXjgDU/$_12. JPG'. http://i. ebayimg. com/00/s/MTYwMFgxMjAw/z/CJQAAOSwIgNXjgDZ/$_12. JPG'); function showVideo(){ var imgDiv = document. getElementById("emp_img_div"); if (imgDiv. style. display != "none"){ imgDiv. style. display = "none"; } var vidDiv = document. getElementById("emp_vid_div"); if (vidDiv. style. display != "block"){ vidDiv. style. display = "block"; } var vidplayerDiv = document. getElementById("vidplayer"); if (vidplayerDiv != null && vidplayerDiv. style. display != "block"){ vidplayerDiv. style. display = "block"; } var vidContainerDiv = document. getElementById("emp_vifi_container"); if (vidContainerDiv != null && vidContainerDiv. style. display != "none"){ vidContainerDiv. style. display = "none"; } var thumbMsg = document. getElementById("emp_thumb_msg"); if(thumbMsg){ thumbMsg. innerHTML = thumbMsgVideoPlay; } } function showVifi(){ var imgDiv = document. getElementById("emp_img_div"); if (imgDiv. style. display != "none"){ imgDiv. style. display = "none"; } var vidDiv = document. getElementById("emp_vid_div"); if (vidDiv. style. display != "block"){ vidDiv. style. display = "block"; } var vidplayerDiv = document. getElementById("vidplayer"); if (vidplayerDiv != null && vidplayerDiv. style. display != "none"){ vidplayerDiv. style. display = "none"; } var vidContainerDiv = document. getElementById("emp_vifi_container"); if (vidContainerDiv != null && vidContainerDiv. style. display != "block"){ vidContainerDiv. style. display = "block"; } var thumbMsg = document. getElementById("emp_thumb_msg"); if(thumbMsg){ thumbMsg. innerHTML = thumbMsgVideoPlay; } } var eMPShowcase = function(){ var SHOW_CASE_DIV_ID = "emp_showcase"; var SHOW_CASE_ID = "emp_sc"; var PANE_ID = "emp_sc_pane" var ITEM_WIDTH = 148; var ITEM_HEIGHT = 208; var ITEM_PADDING = 6; var MIN_ITEMS = 8; var CONTAINER_WIDTH = 1000; var MOVE_INC = 1; var MOVE_INTERVAL = 30; var showCase; var pane; var moveTimer; var numItems; /* helper functions */ function $(id) {return document. getElementById(id); } function addEvent(obj. type. fn) { if(obj. addEventListener) { obj. addEventListener(type. n. alse); }else if(obj. attachEvent) { obj["e" + type + fn] = fn; obj[type + fn] = function() {obj["e" + type + fn](window. event);} obj. attachEvent("on" + type. obj[type + fn]); } } /* helper functions end */ function init(response){ if(response. findItemsAdvancedResponse[0]. searchResult){ var items = response. findItemsAdvancedResponse[0]. searchResult[0]. item; if(items. length == 1){ $(SHOW_CASE_DIV_ID). style. display = "none"; }else{ numItems = items. length; var numItemsToCreate = MIN_ITEMS > items. length ? MIN_ITEMS : items. length; numItemsToCreate += MIN_ITEMS; var itemsHTML = ""; for(var i = 0; i < numItemsToCreate; i++){ itemsHTML += createItemHTML(items[i % items. length]); } showCase = $(SHOW_CASE_ID); pane = $(PANE_ID); pane. innerHTML = itemsHTML; addEvent(pane. mouseover'. top); addEvent(pane. mouseout'. tart); start(); } }else{ $(SHOW_CASE_DIV_ID). style. display = "none"; } } function createItemHTML(item){ var title = String(item. title); var poundIdx = title. indexOf('£'); while(poundIdx >= 0){ title = title. substring(0. oundIdx) + "£" + title. substring(poundIdx + 1); poundIdx = title. indexOf('£'); } var subtitle = item. subtitle; var picURL = item. galleryURL; var itemURL = item. viewItemURL; var price = item. sellingStatus[0]. convertedCurrentPrice[0]. __value__; var price = price. substring(0. rice. indexOf('. 0')); var itemHTML = ""; itemHTML += ""; if(picURL){ itemHTML += "
"; } itemHTML += ""; itemHTML += "" + title + ""; itemHTML += "£" + price + ""; itemHTML += ""; return itemHTML; } function start(){ stop(); moveTimer = window. setInterval(move. MOVE_INTERVAL); } function stop(){ window. clearInterval(moveTimer); } var direction = -1; var currPos = 0; function move(){ if(currPos Also published at eBay.co.uk
Want to buy this car?
Comments and questions to the seller:
Other classic Rolls-Royce cars offered via internet auctions:
Latest arrivals:
|
1982 Rolls-Royce Corniche II -- |
12 |
$49,990.00 |
|
1962 Rolls-Royce Phantom Phantom V Seven Passenger Limousine |
12 |
$155,000.00 |
|
1962 Rolls-Royce Phantom V James Young Right Hand Drive Limousine |
21 |
$US $107,994.00 |
|
1979 Rolls-Royce Silver Shadow |
21 |
$33,000.00 |
|
1970 Rolls-Royce Silver Shadow - Long Wheel Base ("LWB") - with DIVISION |
1 |
$95,000.00 |
|
1981 Rolls-Royce Silver Spirit/Spur/Dawn 4 door sedan |
1 |
$25,500.00 |
|
1980 Rolls-Royce Silver Shadow II |
1 |
$30,000.00 |
|
1979 Rolls-Royce Silver Shadow - II |
1 |
$39,999.00 |
|
1978 Rolls-Royce Silver Shadow - Wraith II |
1 |
$38,750.00 |
|
1979 Rolls-Royce Silver Shadow - II : 4 door sedan |
1 |
$39,750.00 |
|
1985 Rolls-Royce Corniche -- |
12 |
$56,000.00 |
|
1985 Jaguar Other - hand built limousine as per Rolls-Royce |
1 |
$57,000.00 |
|
1982 Rolls-Royce Corniche |
21 |
$46,500.00 |
|
1985 Rolls-Royce Corniche |
21 |
$49,850.00 |
|
1986 Rolls-Royce Corniche |
12 |
$136,000.00 |
|
1980 Rolls-Royce Silver Shadow - Wraith II, Fuel Injected model |
1 |
$39,900.00 |
|
1954 Rolls-Royce Other Touring Saloon |
1 |
$80,000.00 |
|
1972 Rolls-Royce Silver Shadow LONG WHEELMBASE |
21 |
$24,950.00 |
|
1988 Rolls-Royce Silver Spirit/Spur/Dawn |
21 |
$19,900.00 |
|
1964 Rolls-Royce Other -- |
21 |
$109,900.00 |