0) l.top = body.document.layers[n-1].top + body.document.layers[n-1].clip.height + proto.menuItemBorder; l.hilite = l.document.layers[1]; l.document.layers[1].isHilite = true; if (l.document.layers[0].id.indexOf("menuSeparator") != -1) { l.hilite = null; l.clip.height -= l.clip.height / 2; l.document.layers[0].document.bgColor = proto.bgColor; l.document.layers[0].clip.width = l.clip.width -2; l.document.layers[0].clip.height = 1; l.document.layers[1].document.bgColor = proto.menuLiteBgColor; l.document.layers[1].clip.width = l.clip.width -2; l.document.layers[1].clip.height = 1; l.document.layers[1].top = l.document.layers[0].top + 1; } else if (l.document.layers.length > 2) { l.childMenu = container.menus[i].items[n].menuLayer; l.icon = proto.childMenuIcon; l.iconHilite = proto.childMenuIconHilite; l.document.layers[2].left = l.clip.width -13; l.document.layers[2].top = (l.clip.height / 2) -4; l.document.layers[2].clip.left += 3; l.Menu.childMenus[l.Menu.childMenus.length] = l.childMenu; } } body.document.bgColor = proto.bgColor; body.clip.width = l.clip.width +1; body.clip.height = l.top + l.clip.height +1; body.document.layers[n].clip.width = body.clip.width; body.document.layers[n].captureEvents(Event.MOUSEDOWN); // body.document.layers[n].onmousedown = proto.onMenuItemDown; // body.document.layers[n].onfocus = proto.onMenuItemDown; body.document.layers[n].onmouseout = proto.onMenuItemOut; body.document.layers[n].Menu = l.Menu; body.document.layers[n].top = -30; menu.document.bgColor = proto.menuBorderBgColor; menu.document.layers[0].document.bgColor = proto.menuLiteBgColor; menu.document.layers[0].clip.width = body.clip.width +1; menu.document.layers[0].clip.height = body.clip.height +1; menu.clip.width = body.clip.width + (proto.menuBorder * 2) +1; menu.clip.height = body.clip.height + (proto.menuBorder * 2) +1; if (menu.Menu.enableTracker) { menu.Menu.disableHide = true; nn_setMenuTracker(menu.Menu); } } } else if (is_ns6) { var menuCount = 0; container.onmouseout = this.hideMenu; for (var x=0; x0) l.style.top = parseInt(document.getElementById("menuItem" + (menuCount -1)).style.top) + parseInt(document.getElementById("menuItem" + (menuCount -1)).style.height) + proto.menuItemBorder; l.style.fontSize = proto.fontSize; l.style.backgroundColor = proto.menuItemBgColor; l.style.visibility = "inherit"; l.saveColor = proto.menuItemBgColor; l.menuHiliteBgColor = proto.menuHiliteBgColor; l.action = container.menus[x].actions[i]; l.hilite = document.getElementById("menuItemHilite" + menuCount); l.focusItem = document.getElementById("focusItem" + x); l.focusItem.style.top = -30; l.mouseover = l.Menu.mouseovers[x]; l.mouseout = l.Menu.mouseouts[x]; var childItem = document.getElementById("childMenu" + menuCount); if (childItem) { l.childMenu = container.menus[x].items[i].menuLayer; childItem.style.left = parseInt(l.style.width) -11; childItem.style.top = (parseInt(l.style.height) /2) -4; childItem.style.width = 30 || 7; childItem.style.clip = "rect(0 7 7 3)"; l.Menu.childMenus[l.Menu.childMenus.length] = l.childMenu; } var sep = document.getElementById["menuSeparator" + menuCount]; if (sep) { sep.style.clip = "rect(0 " + (proto.menuItemWidth - 3) + " 1 0)"; sep.style.backgroundColor = proto.bgColor; sep = document.getElementById["menuSeparatorLite" + menuCount]; sep.style.clip = "rect(1 " + (proto.menuItemWidth - 3) + " 2 0)"; sep.style.backgroundColor = proto.menuLiteBgColor; l.style.height = proto.menuItemHeight/2; l.isSeparator = true } menuCount++; } proto.menuHeight = (parseInt(l.style.top) + parseInt(l.style.height)); var lite = document.getElementById("menuLite" + x); lite.style.height = proto.menuHeight +2; lite.style.width = proto.menuItemWidth + 2; lite.style.backgroundColor = proto.menuLiteBgColor; var body = document.getElementById("menuFg" + x); body.style.height = proto.menuHeight + 1; body.style.width = proto.menuItemWidth + 1; body.style.backgroundColor = proto.bgColor; container.menus[x].menuLayer.style.width = proto.menuWidth || proto.menuItemWidth + (proto.menuBorder * 2) +2; container.menus[x].menuLayer.style.height = proto.menuHeight + (proto.menuBorder * 2) +2; if (menu.Menu.enableTracker) { menu.Menu.disableHide = true; nn_setMenuTracker(menu.Menu); } } document.getElementById("menuContainer").style.backgroundColor = container.menus[0].menuContainerBgColor; // container.document.saveBgColor = container.document.bgColor; } else if (container.document.all) { var menuCount = 0; for (var x=0; x0) l.style.pixelTop = container.document.all["menuItem" + (menuCount -1)].style.pixelTop + container.document.all["menuItem" + (menuCount -1)].style.pixelHeight + proto.menuItemBorder; l.style.fontSize = proto.fontSize; l.style.backgroundColor = proto.menuItemBgColor; l.style.visibility = "inherit"; l.saveColor = proto.menuItemBgColor; l.menuHiliteBgColor = proto.menuHiliteBgColor; l.action = container.menus[x].actions[i]; l.hilite = container.document.all["menuItemHilite" + menuCount]; l.focusItem = container.document.all["focusItem" + x]; l.focusItem.style.pixelTop = -30; l.mouseover = l.Menu.mouseovers[x]; l.mouseout = l.Menu.mouseouts[x]; var childItem = container.document.all["childMenu" + menuCount]; if (childItem) { l.childMenu = container.menus[x].items[i].menuLayer; childItem.style.pixelLeft = l.style.pixelWidth -11; childItem.style.pixelTop = (l.style.pixelHeight /2) -4; childItem.style.pixelWidth = 30 || 7; childItem.style.clip = "rect(0 7 7 3)"; l.Menu.childMenus[l.Menu.childMenus.length] = l.childMenu; } var sep = container.document.all["menuSeparator" + menuCount]; if (sep) { sep.style.clip = "rect(0 " + (proto.menuItemWidth - 3) + " 1 0)"; sep.style.backgroundColor = proto.bgColor; sep = container.document.all["menuSeparatorLite" + menuCount]; sep.style.clip = "rect(1 " + (proto.menuItemWidth - 3) + " 2 0)"; sep.style.backgroundColor = proto.menuLiteBgColor; l.style.pixelHeight = proto.menuItemHeight/2; l.isSeparator = true } menuCount++; } proto.menuHeight = (l.style.pixelTop + l.style.pixelHeight); var lite = container.document.all["menuLite" + x]; lite.style.pixelHeight = proto.menuHeight +2; lite.style.pixelWidth = proto.menuItemWidth + 2; lite.style.backgroundColor = proto.menuLiteBgColor; var body = container.document.all["menuFg" + x]; body.style.pixelHeight = proto.menuHeight + 1; body.style.pixelWidth = proto.menuItemWidth + 1; body.style.backgroundColor = proto.bgColor; container.menus[x].menuLayer.style.pixelWidth = proto.menuWidth || proto.menuItemWidth + (proto.menuBorder * 2) +2; container.menus[x].menuLayer.style.pixelHeight = proto.menuHeight + (proto.menuBorder * 2) +2; if (menu.Menu.enableTracker) { menu.Menu.disableHide = true; nn_setMenuTracker(menu.Menu); } } container.document.all("menuContainer").style.backgroundColor = container.menus[0].menuContainerBgColor; container.document.saveBgColor = container.document.bgColor; } window.wroteMenu = true; } function nn_onMenuItemOver(e, l, a) { var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById; var is_ns6 = navigator.appName.indexOf('Netscape', 0) != -1 && document.getElementById; l = l || this; a = a || window.ActiveMenuItem; if (is_ns4) { if (a) { a.document.bgColor = a.saveColor; if (a.hilite) a.hilite.visibility = "hidden"; if (a.childMenu) a.document.layers[1].document.images[0].src = a.icon; } else { a = new Object(); } if (this.mouseover && this.id != a.id) { if (this.mouseover.length > 4) { var ext = this.mouseover.substring(this.mouseover.length-4); if (ext == ".gif" || ext == ".jpg") { this.document.layers[1].document.images[0].src = this.mouseover; } else { eval("" + this.mouseover); } } } if (l.hilite) { l.document.bgColor = l.menuHiliteBgColor; l.zIndex = 1; l.hilite.visibility = "inherit"; l.hilite.zIndex = 2; l.document.layers[1].zIndex = 1; l.focusItem.zIndex = this.zIndex +2; } l.focusItem.top = this.top; l.Menu.hideChildMenu(l); } else if (is_ns6) { // document.onmousedown=l.Menu.onMenuItemDown; if (a) { a.style.backgroundColor = a.saveColor; if (a.hilite) a.hilite.style.visibility = "hidden"; } else { a = new Object(); } if (l.mouseover && l.id != a.id) { if (l.mouseover.length > 4) { var ext = l.mouseover.substring(l.mouseover.length-4); if (ext == ".gif" || ext == ".jpg") { l.document.images[l.id + "Img"].src = l.mouseover; } else { eval("" + l.mouseover); } } } if (l.isSeparator) return; l.style.backgroundColor = l.menuHiliteBgColor; if (l.hilite) { l.style.backgroundColor = l.menuHiliteBgColor; l.hilite.style.visibility = "inherit"; } l.focusItem.style.top = parseInt(l.style.pixelTop); l.focusItem.style.zIndex = l.zIndex +1; l.zIndex = 1; l.Menu.hideChildMenu(l); } else if (document.all && l.Menu) { // document.onmousedown=l.Menu.onMenuItemDown; if (a) { a.style.backgroundColor = a.saveColor; if (a.hilite) a.hilite.style.visibility = "hidden"; } else { a = new Object(); } if (l.mouseover && l.id != a.id) { if (l.mouseover.length > 4) { var ext = l.mouseover.substring(l.mouseover.length-4); if (ext == ".gif" || ext == ".jpg") { l.document.images[l.id + "Img"].src = l.mouseover; } else { eval("" + l.mouseover); } } } if (l.isSeparator) return; l.style.backgroundColor = l.menuHiliteBgColor; if (l.hilite) { l.style.backgroundColor = l.menuHiliteBgColor; l.hilite.style.visibility = "inherit"; } l.focusItem.style.pixelTop = l.style.pixelTop; l.focusItem.style.zIndex = l.zIndex +1; l.zIndex = 1; l.Menu.hideChildMenu(l); } window.ActiveMenuItem = l; l.Menu.visited = true; } function nn_onMenuItemOut(e, l, a) { var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById; var is_ns6 = navigator.appName.indexOf('Netscape', 0) != -1 && document.getElementById; l = l || this; a = a || window.ActiveMenuItem; if (l.id.indexOf("focusItem")) { if (a && l.top) { l.top = -30; if (a.mouseout && a.id != l.id) { if (a.mouseout.length > 4) { var ext = a.mouseout.substring(a.mouseout.length-4); if (ext == ".gif" || ext == ".jpg") { a.document.layers[1].document.images[0].src = a.mouseout; } else { eval("" + a.mouseout); } } } } else if (a && l.style) { document.onmousedown=null; window.event.cancelBubble=true; if (l.mouseout) { if (l.mouseout.length > 4) { var ext = l.mouseout.substring(l.mouseout.length-4); if (ext == ".gif" || ext == ".jpg") { l.document.images[l.id + "Img"].src = l.mouseout; } else { eval("" + l.mouseout); } } } } } } function nn_onMenuItemAction(e, l) { l = window.ActiveMenuItem; if (!l) return; if (!ActiveMenu.Menu.disableHide) nn_hideActiveMenus(ActiveMenu.menuLayer); if (l.action) { eval("" + l.action); } } function nn_showMenu(menu, x, y, child) { if (!window.wroteMenu) return; var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById; var is_ns6 = navigator.appName.indexOf('Netscape', 0) != -1 && document.getElementById; if (is_ns4) { if (menu) { var l = menu.menuLayer || menu; if (typeof(menu) == "string") { for (var n=0; n < menuContainers.length; n++) { l = menuContainers[n].menus[menu]; for (var i=0; i 0) nn_showMenu(null, "relative", "relative", l.layers[i]); } if (l.parentLayer) { if (x != "relative") l.parentLayer.left = x || window.pageX || 0; if (l.parentLayer.left + l.clip.width > window.innerWidth) l.parentLayer.left -= (l.parentLayer.left + l.clip.width - window.innerWidth); if (y != "relative") l.parentLayer.top = y || window.pageY || 0; if (l.parentLayer.isContainer) { l.Menu.xOffset = window.pageXOffset; l.Menu.yOffset = window.pageYOffset; l.parentLayer.clip.width = window.ActiveMenu.clip.width +2; l.parentLayer.clip.height = window.ActiveMenu.clip.height +2; if (l.parentLayer.menuContainerBgColor) l.parentLayer.document.bgColor = l.parentLayer.menuContainerBgColor; } } l.visibility = "inherit"; if (l.Menu) l.Menu.container.visibility = "inherit"; } else if (is_ns6) { var l = menu.menuLayer || menu; nn_hideActiveMenus(l); if (typeof(menu) == "string") { l = document.getElementById(menu); for (var n=0; n < menuContainers.length; n++) { l = menuContainers[n].menus[menu]; for (var i=0; i= e.pageX-3 && mDrag.oldY <= e.pageY+3 && mDrag.oldY >= e.pageY-3) { if (a.action && window.ActiveMenu) setTimeout('window.ActiveMenu.Menu.onMenuItemAction();', 2); } else if (document.saveMousemove == mDrag.doMenuDrag) { if (window.ActiveMenu) return true; }*/ } else if (window.ActiveMenu && is_ns6) { // exception, check mouse pos and do not hide menu if (e && window.ActiveMenu) { if (!e.clientX) return true; var ex, ey; ex = e.clientX + window.pageXOffset; ey = e.clientY + window.pageYOffset; for (var i=0; i < window.activeMenus.length; i++) { if (!activeMenus[i]) return true; l = activeMenus[i].Menu.container.style; var l_left = parseInt(l.left); var l_top = parseInt(l.top); var l_width = parseInt(l.width); var l_height = parseInt(l.height); if ((ex < l_left || l_left + l_width < ex || ey < l_top || l_top + l_height < ey) && activeMenus[i].Menu.visited) { if (activeMenus[i].visibility && activeMenus[i].Menu) { activeMenus[i].visibility = "hidden"; activeMenus[i].Menu.container.visibility = "hidden"; activeMenus[i].Menu.container.clip.left = 0; } else if (activeMenus[i].style) { activeMenus[i].style.visibility = "hidden"; } } } return true; } document.onmousedown=null; if (a) { a.style.backgroundColor = a.saveColor; if (a.hilite) a.hilite.style.visibility = "hidden"; } // if (document.saveMousemove == mDrag.doMenuDrag) { // return true; // } } else if (window.ActiveMenu && (is_ns6 || document.all)) { document.onmousedown=null; if (a) { a.style.backgroundColor = a.saveColor; if (a.hilite) a.hilite.style.visibility = "hidden"; } // if (document.saveMousemove == mDrag.doMenuDrag) { // return true; // } } if (window.ActiveMenu) { if (window.ActiveMenu.Menu) { if (window.ActiveMenu.Menu.disableHide) return true; e = window.event || e; if (!window.ActiveMenu.Menu.enableHideOnMouseOut && e.type == "mouseout") return true; } } nn_hideActiveMenus(l); return true; } function nn_hideChildMenu(menuLayer) { var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById; var is_ns6 = navigator.appName.indexOf('Netscape', 0) != -1 && document.getElementById; var l = menuLayer || this; for (var i=0; i < l.Menu.childMenus.length; i++) { if (is_ns4) { l.Menu.childMenus[i].visibility = "hidden"; } else if (is_ns6 || document.all) { l.Menu.childMenus[i].style.visibility = "hidden"; } l.Menu.childMenus[i].Menu.hideChildMenu(l.Menu.childMenus[i]); } if (l.childMenu) { if (is_ns4) { l.Menu.container.document.bgColor = null; l.Menu.showMenu(null,null,null,l.childMenu.layers[0]); l.childMenu.zIndex = l.parentLayer.zIndex +1; l.childMenu.top = l.top + l.parentLayer.top + l.Menu.menuLayer.top; if (l.childMenu.left + l.childMenu.clip.width > window.innerWidth) { l.childMenu.left = l.parentLayer.left - l.childMenu.clip.width + l.Menu.menuLayer.top + 15; l.Menu.container.clip.left -= l.childMenu.clip.width; } else if (l.Menu.childMenuDirection == "left") { l.childMenu.left = l.parentLayer.left - l.parentLayer.clip.width; l.Menu.container.clip.left -= l.childMenu.clip.width; } else { l.childMenu.left = l.parentLayer.left + l.parentLayer.clip.width + l.Menu.menuLayer.left -5; } l.Menu.container.clip.width += l.childMenu.clip.width +100; l.Menu.container.clip.height += l.childMenu.clip.height; l.document.layers[1].zIndex = 0; l.document.layers[1].document.images[0].src = l.iconHilite; l.childMenu.visibility = "inherit"; } else if (is_ns6) { l.childMenu.style.zIndex = l.Menu.menuLayer.style.zIndex +1; l.childMenu.style.top = parseInt(l.style.top) + parseInt(l.Menu.menuLayer.style.top); if (parseInt(l.childMenu.style.left) + parseInt(l.childMenu.style.width) > parseInt(document.width)) { l.childMenu.style.left = parseInt(l.childMenu.style.width) + parseInt(l.Menu.menuLayer.style.top) + 15; } else if (l.Menu.childMenuDirection == "left") { // l.childMenu.style.pixelLeft = l.parentLayer.left - l.parentLayer.clip.width; } else { l.childMenu.style.left = parseInt(l.Menu.menuLayer.style.width) + parseInt(l.Menu.menuLayer.style.left)-5; } l.childMenu.style.visibility = "inherit"; } else if (document.all) { l.childMenu.style.zIndex = l.Menu.menuLayer.style.zIndex +1; l.childMenu.style.pixelTop = l.style.pixelTop + l.Menu.menuLayer.style.pixelTop; if (l.childMenu.style.pixelLeft + l.childMenu.style.pixelWidth > document.width) { l.childMenu.style.pixelLeft = l.childMenu.style.pixelWidth + l.Menu.menuLayer.style.pixelTop + 15; } else if (l.Menu.childMenuDirection == "left") { // l.childMenu.style.pixelLeft = l.parentLayer.left - l.parentLayer.clip.width; } else { l.childMenu.style.pixelLeft = l.Menu.menuLayer.style.pixelWidth + l.Menu.menuLayer.style.pixelLeft -5; } l.childMenu.style.visibility = "inherit"; } if (!l.childMenu.disableHide) window.activeMenus[window.activeMenus.length] = l.childMenu; } } function nn_hideActiveMenus(l) { if (!window.activeMenus) return; for (var i=0; i < window.activeMenus.length; i++) { if (!activeMenus[i]) return; if (activeMenus[i].visibility && activeMenus[i].Menu) { activeMenus[i].visibility = "hidden"; activeMenus[i].Menu.container.visibility = "hidden"; activeMenus[i].Menu.container.clip.left = 0; } else if (activeMenus[i].style) { activeMenus[i].style.visibility = "hidden"; } } document.onmousemove = nn_mouseTracker; window.activeMenus.length = 0; } function nn_hs_onmenuout() { if (!document.all) return; e = window.event; if (!e) return; if (!window.activeMenus) return; var ex, ey; ex = e.clientX + document.body.scrollLeft; ey = e.clientY + document.body.scrollTop; for (var i=0; i < window.activeMenus.length; i++) { if (!activeMenus[i]) return; l = activeMenus[i].Menu.container.style; if ((ex < l.pixelLeft || l.pixelLeft+l.pixelWidth < ex || ey < l.pixelTop || l.pixelTop+l.pixelHeight < ey) && activeMenus[i].Menu.visited) { if (activeMenus[i].visibility && activeMenus[i].Menu) { activeMenus[i].visibility = "hidden"; activeMenus[i].Menu.container.visibility = "hidden"; activeMenus[i].Menu.container.clip.left = 0; } else if (activeMenus[i].style) { activeMenus[i].style.visibility = "hidden"; } } } } function nn_hs_hidemenu(element) { if (!document.all) return; e = window.event; var ex, ey; ex = e.clientX + document.body.scrollLeft; ey = e.clientY + document.body.scrollTop; for (var i=0; i < window.activeMenus.length; i++) { if (!activeMenus[i]) return; l = activeMenus[i].Menu.container.style; if (ex < l.pixelLeft || l.pixelLeft+l.pixelWidth < ex || ey < l.pixelTop || l.pixelTop+l.pixelHeight < ey) { if (activeMenus[i].visibility && activeMenus[i].Menu) { activeMenus[i].visibility = "hidden"; activeMenus[i].Menu.container.visibility = "hidden"; activeMenus[i].Menu.container.clip.left = 0; nn_hideActiveMenus(); } else if (activeMenus[i].style) { activeMenus[i].style.visibility = "hidden"; } } } } function nn_mouseTracker(e) { e = e || window.Event || window.event; window.pageX = e.pageX || e.clientX; window.pageY = e.pageY || e.clientY; nn_hs_onmenuout(); } function nn_setMouseTracker() { if (document.captureEvents) { document.captureEvents(Event.MOUSEMOVE|Event.MOUSEUP); } document.onmousemove = this.mouseTracker; document.onmouseup = this.hideMenu; } function nn_setMenuTracker(menu) { if (!window.menuTrackers) window.menuTrackers = new Array(); menuTrackers[menuTrackers.length] = menu; window.menuTrackerID = setInterval('menuTracker()',10); } function nn_menuTracker() { for (var i=0; i < menuTrackers.length; i++) { if (!isNaN(menuTrackers[i].xOffset) && document.layers) { var off = parseInt((menuTrackers[i].xOffset - window.pageXOffset) / 10); if (isNaN(off)) off = 0; if (off < 0) { menuTrackers[i].container.left += -off; menuTrackers[i].xOffset += -off; } else if (off > 0) { menuTrackers[i].container.left += -off; menuTrackers[i].xOffset += -off; } } if (!isNaN(menuTrackers[i].yOffset) && document.layers) { var off = parseInt((menuTrackers[i].yOffset - window.pageYOffset) / 10); if (isNaN(off)) off = 0; if (off < 0) { menuTrackers[i].container.top += -off; menuTrackers[i].yOffset += -off; } else if (off > 0) { menuTrackers[i].container.top += -off; menuTrackers[i].yOffset += -off; } } if (!isNaN(menuTrackers[i].xOffset) && document.body) { var off = parseInt((menuTrackers[i].xOffset - document.body.scrollLeft) / 10); if (isNaN(off)) off = 0; if (off < 0) { menuTrackers[i].menuLayer.style.pixelLeft += -off; menuTrackers[i].xOffset += -off; } else if (off > 0) { menuTrackers[i].menuLayer.style.pixelLeft += -off; menuTrackers[i].xOffset += -off; } } if (!isNaN(menuTrackers[i].yOffset) && document.body) { var off = parseInt((menuTrackers[i].yOffset - document.body.scrollTop) / 10); if (isNaN(off)) off = 0; if (off < 0) { menuTrackers[i].menuLayer.style.pixelTop += -off; menuTrackers[i].yOffset += -off; } else if (off > 0) { menuTrackers[i].menuLayer.style.pixelTop += -off; menuTrackers[i].yOffset += -off; } } } } // Close drag event. /* function nn_onMenuItemDown(e, l) { l = l || window.ActiveMenuItem || this; if (!l.Menu) { } else { if (document.layers) { mDrag.dragLayer = l.Menu.container; mDrag.startMenuDrag(e); } else { mDrag.dragLayer = l.Menu.container.style; mDrag.startMenuDrag(e); window.event.cancelBubble=true; } } } function nn_startMenuDrag(e) { if (document.layers) { if (e.which > 1) { if (window.ActiveMenu) ActiveMenu.Menu.container.visibility = "hidden"; window.ActiveMenu = null; return true; } document.captureEvents(Event.MOUSEMOVE); var x = e.pageX; var y = e.pageY; } else { var x = window.event.clientX; var y = window.event.clientY; } mDrag.offX = x; mDrag.offY = y; mDrag.oldX = x; mDrag.oldY = y; if (!ActiveMenu.Menu.disableDrag) document.onmousemove = mDrag.doMenuDrag; return false; } function nn_doMenuDrag(e) { if (document.layers) { mDrag.dragLayer.moveBy(e.pageX-mDrag.offX,e.pageY-mDrag.offY); mDrag.offX = e.pageX; mDrag.offY = e.pageY; } else { mDrag.dragLayer.pixelLeft = window.event.offsetX; mDrag.dragLayer.pixelTop = window.event.offsetY; return false; //for IE } } // End of close */ function nn_menu_left(element, anchor_name, hor) { var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById; var is_ns6 = navigator.appName.indexOf('Netscape', 0) != -1 && document.getElementById; var x = 0; if (is_ns4) { if (hor) { x = element.x; } else { var anchor = document.anchors[anchor_name]; if (anchor) x = anchor.x; } } else if (is_ns6 || document.all) { x = element.offsetLeft; for (el = element.offsetParent; el; el = el.offsetParent) x += el.offsetLeft; if (hor == false) x += element.offsetWidth; } return x-4; } function nn_menu_top(element, height, hor) { var is_ns4 = navigator.appName.indexOf('Netscape', 0) != -1 && !document.getElementById; var is_ns6 = navigator.appName.indexOf('Netscape', 0) != -1 && document.getElementById; var y = 0; if (is_ns4) { y = element.y; if (hor) y += height; } else if (is_ns6 || document.all) { y = element.offsetTop; for (el = element.offsetParent; el; el = el.offsetParent) y += el.offsetTop; if (hor) y += element.offsetHeight; } return y-4; } function nn_init_menu() { if (document.layers) nn_load_menu(); } function nn_load_menu() { document.navmenu1 = new nn_Menu(); document.navmenu1.addMenuItem("The Journal", "location='../journalpages/journal.html'"); document.navmenu1.addMenuItem("Buying", "location='../buyingpages/buying.html'"); document.navmenu1.addMenuItem("Buyer's Guide", "location='../buyingpages/buyersguidepages/buyingguide.html'"); document.navmenu1.addMenuItem("Importing", "location='importing.html'"); document.navmenu1.addMenuItem("General Data", "location='../modifyingpages/techinfo.htm'"); document.navmenu1.addMenuItem("Workshop", "location='../workshopandtoolspages/workshop.html'"); document.navmenu1.addMenuItem("Tools", "location='../workshopandtoolspages/toolspages/tools.html'"); document.navmenu1.addMenuItem("Restoring & Modifying", "location='../modifyingpages/modifying.html'"); document.navmenu1.addMenuItem("Social", "location='../socialpages/social.html'"); document.navmenu1.addMenuItem("Links", "location='../linkspages/links.html'"); document.navmenu1.fontFamily = 'Arial'; document.navmenu1.fontSize = 10; document.navmenu1.fontColor = "black"; document.navmenu1.fontColorHilite = "white"; document.navmenu1.menuItemBgColor = "#CCCCCC"; document.navmenu1.menuHiliteBgColor = "#000084"; document.navmenu1.menuBorderBgColor = "#777777"; document.navmenu1.menuLiteBgColor = "white"; document.navmenu1.bgColor = "#555555"; document.navmenu1.menuBorder = 1; document.navmenu1.menuItemWidth = 120; document.navmenu1.menuItemHeight = 20; document.navmenu2 = new nn_Menu(); document.navmenu2.addMenuItem("History", "location='../journalpages/history.html'"); document.navmenu2.addMenuItem("Current News", "location='../journalpages/current_news.html'"); document.navmenu2.addMenuItem("2001", "location='../journalpages/2001_news.html'"); document.navmenu2.addMenuItem("2002", "location='../journalpages/2002_news.htm'"); document.navmenu2.addMenuItem("2003", "location='../journalpages/2003_news.htm'"); document.navmenu2.addMenuItem("2004", "location='../journalpages/2004_news.htm'"); document.navmenu2.addMenuItem("2005", "location='../journalpages/2005_news.htm'"); document.navmenu2.addMenuItem("Progress Summary", "location='../journalpages/progresssummary.htm'"); document.navmenu2.fontFamily = 'Arial'; document.navmenu2.fontSize = 10; document.navmenu2.fontColor = "black"; document.navmenu2.fontColorHilite = "white"; document.navmenu2.menuItemBgColor = "#CCCCCC"; document.navmenu2.menuHiliteBgColor = "#000084"; document.navmenu2.menuBorderBgColor = "#777777"; document.navmenu2.menuLiteBgColor = "white"; document.navmenu2.bgColor = "#555555"; document.navmenu2.menuBorder = 1; document.navmenu2.menuItemWidth = 120; document.navmenu2.menuItemHeight = 20; document.navmenu4 = new nn_Menu(); document.navmenu4.addMenuItem("Outer Body", "location='../buyingpages/buyersguidepages/bgouterbody.html'"); document.navmenu4.addMenuItem("Chassis", "location='../buyingpages/buyersguidepages/bgchassis.html'"); document.navmenu4.addMenuItem("Inner Body", "location='../buyingpages/buyersguidepages/bginnerbody.html'"); document.navmenu4.addMenuItem("Suspension", "location='../buyingpages/buyersguidepages/bgsuspension.html'"); document.navmenu4.addMenuItem("Drive Train", "location='../buyingpages/buyersguidepages/bgtransmission.html'"); document.navmenu4.addMenuItem("Engine", "location='../buyingpages/buyersguidepages/bgengine.html'"); document.navmenu4.addMenuItem("Interior", "location='../buyingpages/buyersguidepages/bginterior.html'"); document.navmenu4.addMenuItem("Electrical", "location='../buyingpages/buyersguidepages/bgelectrical.html'"); document.navmenu4.addMenuItem("Cooling", "location='../buyingpages/buyersguidepages/bgcooling.html'"); document.navmenu4.addMenuItem("Miscellaneous", "location='../buyingpages/buyersguidepages/bgmisc.html'"); document.navmenu4.fontFamily = 'Arial'; document.navmenu4.fontSize = 10; document.navmenu4.fontColor = "black"; document.navmenu4.fontColorHilite = "white"; document.navmenu4.menuItemBgColor = "#CCCCCC"; document.navmenu4.menuHiliteBgColor = "#000084"; document.navmenu4.menuBorderBgColor = "#777777"; document.navmenu4.menuLiteBgColor = "white"; document.navmenu4.bgColor = "#555555"; document.navmenu4.menuBorder = 1; document.navmenu4.menuItemWidth = 120; document.navmenu4.menuItemHeight = 20; document.navmenu8 = new nn_Menu(); document.navmenu8.addMenuItem("Strippers & Rust", "location='../workshopandtoolspages/toolspages/stripperspages/strippers.html'"); document.navmenu8.addMenuItem("Screwdrivers", "location='../workshopandtoolspages/toolspages/screwdrivers.htm'"); document.navmenu8.addMenuItem("Wrenches", "location='../workshopandtoolspages/toolspages/wrenches.html'"); document.navmenu8.addMenuItem("Sockets, Ratchets & accessories", "location='../workshopandtoolspages/toolspages/sockets.html'"); document.navmenu8.addMenuItem("Pliers", "location='../workshopandtoolspages/toolspages/pliers.htm'"); document.navmenu8.addMenuItem("Materials Handling", "location='../workshopandtoolspages/toolspages/handling.html'"); document.navmenu8.addMenuItem("Specialist Healey Tools", "location='../workshopandtoolspages/toolspages/healeytools.html'"); document.navmenu8.addMenuItem("Air Equipment", "location='../workshopandtoolspages/toolspages/airtools.html'"); document.navmenu8.addMenuItem("Welding", "location='../workshopandtoolspages/toolspages/welding.html'"); document.navmenu8.fontFamily = 'Arial'; document.navmenu8.fontSize = 10; document.navmenu8.fontColor = "black"; document.navmenu8.fontColorHilite = "white"; document.navmenu8.menuItemBgColor = "#CCCCCC"; document.navmenu8.menuHiliteBgColor = "#000084"; document.navmenu8.menuBorderBgColor = "#777777"; document.navmenu8.menuLiteBgColor = "white"; document.navmenu8.bgColor = "#555555"; document.navmenu8.menuBorder = 1; document.navmenu8.menuItemWidth = 120; document.navmenu8.menuItemHeight = 20; document.navmenu9 = new nn_Menu(); document.navmenu9.addMenuItem("Chassis", "location='../modifyingpages/chassispages/chassis.html'"); document.navmenu9.addMenuItem("Inner Body", "location='../modifyingpages/innerbodymountingpages/innerbodymount.html'"); document.navmenu9.fontFamily = 'Arial'; document.navmenu9.fontSize = 10; document.navmenu9.fontColor = "black"; document.navmenu9.fontColorHilite = "white"; document.navmenu9.menuItemBgColor = "#CCCCCC"; document.navmenu9.menuHiliteBgColor = "#000084"; document.navmenu9.menuBorderBgColor = "#777777"; document.navmenu9.menuLiteBgColor = "white"; document.navmenu9.bgColor = "#555555"; document.navmenu9.menuBorder = 1; document.navmenu9.menuItemWidth = 120; document.navmenu9.menuItemHeight = 20; document.navmenu10 = new nn_Menu(); document.navmenu10.addMenuItem("Haggis Tour 2003", "location='../socialpages/haggis2003.htm'"); document.navmenu10.addMenuItem("Haggis Tour 2004", "location='../socialpages/haggis2004.htm'"); document.navmenu10.addMenuItem("Haggis Tour 2005", "location='../socialpages/haggis2005.htm'"); document.navmenu10.addMenuItem("Humor", "location='../socialpages/humor.htm'"); document.navmenu10.fontFamily = 'Arial'; document.navmenu10.fontSize = 10; document.navmenu10.fontColor = "black"; document.navmenu10.fontColorHilite = "white"; document.navmenu10.menuItemBgColor = "#CCCCCC"; document.navmenu10.menuHiliteBgColor = "#000084"; document.navmenu10.menuBorderBgColor = "#777777"; document.navmenu10.menuLiteBgColor = "white"; document.navmenu10.bgColor = "#555555"; document.navmenu10.menuBorder = 1; document.navmenu10.menuItemWidth = 120; document.navmenu10.menuItemHeight = 20; document.navmenu11 = new nn_Menu(); document.navmenu11.addMenuItem("Artwork", "location='../linkspages/artpages/artwork.htm'"); document.navmenu11.addMenuItem("Photos", "location='../linkspages/artpages/photos.htm'"); document.navmenu11.addMenuItem("Music & Video", "location='../linkspages/artpages/media.htm'"); document.navmenu11.addMenuItem("Replicas", "location='../linkspages/artpages/toys.htm'"); document.navmenu11.addMenuItem("Computer", "location='../linkspages/artpages/computer.htm'"); document.navmenu11.addMenuItem("Clubs", "location='../linkspages/clubs.html'"); document.navmenu11.addMenuItem("Books", "location='../linkspages/books.html'"); document.navmenu11.addMenuItem("Vendors", "location='../linkspages/vendors.html'"); document.navmenu11.addMenuItem("Websites", "location='../linkspages/sites.html'"); document.navmenu11.addMenuItem("Technical Websites", "location='../linkspages/techsites.html'"); document.navmenu11.addMenuItem("Miscellaneous", "location='../linkspages/miscellaneous.html'"); document.navmenu11.fontFamily = 'Arial'; document.navmenu11.fontSize = 10; document.navmenu11.fontColor = "black"; document.navmenu11.fontColorHilite = "white"; document.navmenu11.menuItemBgColor = "#CCCCCC"; document.navmenu11.menuHiliteBgColor = "#000084"; document.navmenu11.menuBorderBgColor = "#777777"; document.navmenu11.menuLiteBgColor = "white"; document.navmenu11.bgColor = "#555555"; document.navmenu11.menuBorder = 1; document.navmenu11.menuItemWidth = 120; document.navmenu11.menuItemHeight = 20; document.navmenu1.writeMenus(); } //-->

Importing

Healey Journal


[Home][The Journal][Buying][Buyer's Guide][Importing][General Data][Workshop][Tools][Restoring & Modifying][Social][Links]

Why Import?

Importing an Austin Healey may seem a drastic step but it was the most effective approach for my obtaining one. Something like 90% of the Austin Healeys ever made were exported, most to the USA. Those left in the UK are already held by appreciative owners, or people willing to relieve potentially appreciative owners of disproportionate sums of cash. A little investigation soon revealed that there were far more Healeys available in the US, and that they were available at prices rather lower than similar project cars here in the UK. It appeared that I could source a car from the US and bring it into the UK and that if the car were found to be un-useable that I could recover most, if not all its cost from selling it piecemeal for parts. It wasn't risk-free by any means, but the risks were acceptable and the cost savings attractive.

First Caveat: When I look back at my purchase I shudder at my naivety. Not so much about the car (though honestly there was a little bit there too) but at my blithe expectation that all would go well, and cheaply. That it did so was more due to good luck than any sensible behavior on my part. The potential difficulties could have been:

  1. I assumed that the car could be shipped at a reasonable cost. Remarkably enough, this was correct. But if the car had been located somewhere more distant than the east coast of the US I might have been in for more of a shock- particularly if cross-country trucking had been involved. The costs were about what I'd thought that they should be, having previously shipped household goods from the US to the UK previously, and priced car transport then (for my MGB). But things could have gone very differently. (I SHOULD have prepared beforehand by asking shipping agents the rough cost of transporting cars from their origin, and budgeted accordingly for all costs.)
  1. I assumed that I could import a car without any special license or other a priori clearance from the government. In this I was correct, but again only due to dumb luck. (I SHOULD have asked the DVLA and HM Customs and Excise about import licenses beforehand, then I'd have known I was in the clear. Had a license been required I could have incurred storage charges while one was being issued- or I might have had to return the car to the vendor, or re-sell it at a loss if a license had been denied.)
  2. I also assumed that I could import the car without facing any significant tax obligations- after all it was BUILT in the UK, why shouldn't it return here free? In this I could have been severely disappointed, but an exemption scheme was available (IMPORTANT NOTE: that policy has changed! See Update) and easily used. This was not just dumb luck but entirely unwarranted good fortune. (I SHOULD have checked all this out first, and if I were to do it again I certainly would do so- checking that a particular model & year qualified before then committing to a purchase- again, I could have been stuck returning it to the vendor or trying to resell it if the taxes had been extortionate.)

Top

The decision was driven by the relative cost differentials seen between the UK and the USA.  At the time, I could buy a US Healey and import it more cheaply than an equivalent UK one- and the difference was large enough to make the whole exercise an economically viable proposition. And those financial incentives are increasing:

 

An Economic  Disquisition on the Effects of Recent Exchange Rate Movements on the International Market in Healeys

International  price differentials have been improving and it is now more attractive to import cars into the UK from the USA than it has been for the past few years. Consider a Healey priced at $10,000- when I bought my Healey the exchange rate was roughly $1.50:£1.00, so had I bought at that time the $10,000 car would have cost me £6,600. If I'd waited until the present time, when the exchange rate is now roughly $1.80:£1.00 a $10,000 car would only cost £5,500. A savings of roughly £1100- about 17%. From a financial perspective the importation of Healeys is becoming more attractive than it has been previously.

Conversely, the fall in the international value of the dollar will make those Americans importing parts from elsewhere find them more expensive.  If Healeys from the US are now 17% cheaper than two years ago it surely follows that parts sold from the UK into the US are now 17% more expensive than before. This excludes any consideration of price inflation too- so parts may cost nearly 20% more than before.  Ouch.

Second Caveat: Consult a currency speculation specialist before acting on any ideas seen here. They are very familiar with losing millions of dollars in seconds from exchange rate fluctuations and will sensibly disabuse you of any notions of profiting from using Healeys as a form of exploiting international variations in their valuation. Remember, you get what you pay for, and nothing I've said has cost you a penny. Its value is thus self-evident.

  Top

Shipping

Bringing a car into the country was an exercise that I expected to be an onerous task. In reality it was easy: the freight forwarding people handled all the real work and details, and it ran very smoothly.

The seller had previously exported cars to the UK and put me in touch with the shipping agent he'd used. I e-mailed them and followed up with phone calls. A few minutes conversation greatly facilitated matters and the agents were engaged to pick up the car in Connecticut, transport it to their facilities in New Jersey, hold it there for consolidation into a single container load, and deal with the US export controls and produce the necessary documentation for the UK. They handled all this very competently and efficiently. The distance and international aspect didn't seem to matter in the slightest. Their fees were money very well spent.

Costs

Importing a car was attractive because of the price differentials between the US and the UK. However those would be reduced by transport costs, and by UK taxes.

The transport costs were roughly $1200 (£850- at then prevailing exchange rates) from the vendor through a New Jersey port to Folkestone. The UK based agent's fees for unloading, temporary storage and handling the customs clearance and paying the necessary taxes were about £300 ($420) in total. Altogether the cost of importing the car inclusive of all shipping, handling, documentation and taxes was roughly £1200 ($1700) in early 2002. Had the car been more valuable the taxes would have been higher, and the costs correspondingly greater.

The import taxes were a critical economic dimension: they could be nearly 30% on the purchase price, or "fair" value of the car. The section on Customs and Excise discusses the handling of that. 

Companies I've used successfully:

Pembroke Marine Services, Linden, New Jersey. Shipped my car.

Californian Connections, Ramona, California & Cromford, England. Shipped bulky components from California.

 

Customs & Excise

NOTE: The information given below now (late 2004) appears to have been superceded by a change in Customs & Excise policy. It seems that when I imported my car that virtually all such older vehicles were routinely given the exemption as being "historic". It now appears that the policy has been tightened and that only those with some unusual or remarkable historical feature or association are now considered to satisfy that requirement. Thus, an ordinary car such as mine would not now apparently have been granted the exemption.

Nevertheless, an enquiry may be useful- policies change, perhaps even back to the "good old days" as I found them:

The customs duties and tax liabilities were potentially so great that the project could be priced out of existence. But I'd been told that taxes paid on other imported Healeys were greatly reduced by first asking Customs and Excise to treat it as a "car of historic interest". I did so as described below, and the car was exempted from VAT (17.5%) and the import duty charged was only half (5%) the usual. I saved roughly £1200 ($1800) at the time.

The key was to apply for a binding tariff information. This would allow a lower rate of import duty, and would exempt the car from VAT. My understanding (and it could be wrong) is that I as a private buyer could obtain this exemption but that businesses trading in the importation and sale of such vehicles could not. I may be wrong, but I was very pleased to have the "relief" given.

The Application (specific identification details have been removed for security)

:Binding Tariff Information Application -  page 1

 

and page 2:

 

Binding Tariff Information Application -  page 2

 

for the result:

 

Binding Tariff Information Awarded.

One critical aspect was obtaining the right clearances to import the car before it was shipped.

This involved obtaining a "Binding Tariff Information" from HM Customs & Excise officials. This is basically an agreement that the car being imported is one of some historic interest. It seems that many cars qualify due to their "classic" status. I've not pursued that point- being happy to accept the Healey's status without calling any undue attention to my tax relief on it.

I had to fully describe the car and its condition. I gave a fair estimate of its value- in this case its purchase price (with the necessary receipts available for documentation, if needed later). The authorities also required information on the numbers produced and an estimate of the numbers of survivors, information provided by Mr. Steven Byers of the BJ8 Registry. I also had to provide several photos of the car to establish its condition.

I'm sure my request to import an over-priced, rusting hulk that would cost an arm and leg to put on the road, caused some amusement down at the Customs & Excise coffee machine, but they came through for me.

The BTI application process was fairly straight-forward. A form was completed and sent, and a few days later a decision was returned. And everyone was happy.

Top

The forms shown are those in use in late 2001, when I'd bought my car and sought to import it.

Should you wish to import a car and seek similar tax relief on it you should contact the relevant customs and excise office. I believe it to be:

HM Customs & Excise

International Trade Operations

Alexander House

21 Victoria Avenue

Southend-on-Sea

Essex SS99 1AA

Phone: 01702 366077

e-mail: classification.tso@hcme.gov.uk

Opening Hours: 08.30 – 17.00 Monday - Friday (excluding Bank Holidays- The British will know what those are, the Americans may just be puzzled).

At the time mine was imported, private buyers were allowed tax relief and paid only 5% import duty (rather than the standard 10%) and the car was zero-rated for VAT (rather than subjected to the standard 17.5%). Given the predilection of the tax authorities for charging VAT on their own import duties the savings from paying only 5% instead of ~30% make requesting a BTI well worth the effort and trouble. In my case the additional taxes would have made the project much more difficult. Just imagine a pile of a couple of thousand (or at least several hundred) pounds' worth of Healey parts. No, really, I mean a bigger looking pile than that....

Top

Note too that having a BTI on the car itself also allows you to claim relief for any ORIGINAL parts imported for it too. So the benefits can be more broadly useful throughout the restoration.

Speak nicely to the tax people and they can be nice in return....

Further information on Binding Tariff Informations may be obtained from:

The Customs & Excise Main Site

The e-BTI service

On Completing Importation

Once the car was admitted by Customs I was issued a Customs clearance form C & E 386 and given a leaflet setting out the legal requirements to be satisfied before registering the car.

I was instructed to go "without delay" to the nearest Office of the Driver and Vehicle Licensing Agency (DVLA) to get it registered and licensed- taking along the clearance form and all the necessary documentation.

One slight impediment to my going "without delay" is the need to have a running car that might be inspected. Once that's done I may then proceed as directed with the car's registration....

Top

Registration

This remains to be done, and the page will be updated in due course.

In the UK the issuance of a title and the registration of a car depends on having one that operates. I will need to:

  1. complete rebuilding the car,

  2. get it insured (interestingly enough I insure the car now, this protects it as an asset from fire, theft, etc. and although the insurance is for operating cars it won't be valid for mine until the car is fully legal- inspected and registered, and only then can I drive it within the policy restrictions.)

  3. subject it to the standard Ministry of Transport (MoT) vehicle inspection,

  4. then present:

    • that inspection certificate (need)

    • The insurance certificate (already have)

    • the importation documentation (already have: US Title Transfer and Bill of Sale)

    • tax receipts from Customs and Excise (already have)

    • the Driver and Vehicle Licensing Authority own registration request form (need)

    • and the inevitable amount of cash.

in order to have a registration document issued and obtain a registration number for a license plate.

Top

The DVLA web site:   http://www.dvla.gov.uk

The MoT web site:   MoT General Information

All this remains to be done... at an indeterminant point in the more-or-less distant future.

As they say ... the job isn't done until the paperwork is finished....

 

Instructions from the DVLA

 

"You have to pay a fee of £25 on the first registration and licensing of a motor vehicle in the UK. The fee is designed to cover the administrative costs associated with registration of the vehicle throughout its life. The fee is applicable to all vehicles except those first registered and licensed in the 'Disabled Exempt' taxation class."

 

"If you have paid duty and tax ((b) (ii) above), you will need to send our Customs Form C & E 386 with your application."

 

"You should be ready to give full details of your vehicle to our officer who examines it. These should include as far as possible:

 

 

 

Model

-

the make, model name or model series, and whether it is deluxe, standard etc (for example Ford Mondeo 1.8 LX)

Numbers

-

the chassis (or frame) and engine numbers

Engine

-

the cubic capacity of the engine and number of cylinders and whether petrol or diesel

Body

-

for a car, the description of the body (for example 'saloon') and the number of doors and seats

Lhd/Rhd

-

whether it is left or right-hand drive

Cost

-

the price paid for the vehicle

Date of purchase

-

the date you purchased the vehicle

Date of first registration

-

the date the car was registered when new

Miles/ Kilometres

-

the total distance covered by the vehicle in miles or kilometres

Extras

-

details of any extras fitted or special features (for example automatic transmission)

Defects

-

details of any defects in the vehicle which reduce its value

Documentary evidence

-

any documentary evidence you may have including the foreign vehicle registration document and, where possible, the purchase invoice should be produced at importation

Intended date of shipment (if appropriate)

-

the date you intend to take the vehicle to the port/shipping company for shipment to the UK.

Top

General information from the DVLA about importing cars may be obtained from:   http://www.dvla.gov.uk/vehicles/exptimpt.htm

"A vehicle which is permanently imported for use in Great Britain must be registered and licensed as soon as possible after it arrives in this country. The vehicle should not be used or kept on public roads until the licensing and registration formalities have been completed. However, if the vehicle needs to have an SVA (see section A "Type Approval" ) or MOT test in order to be registered, the vehicle may be driven to and from the pre-arranged test appointment. Thereafter, the vehicle must be kept off the road until the registration formalities have taken place. Application for registration should be made to your nearest DVLA Local Office. N.B It is not possible to offer an 'over the counter service' registration usually takes between 48 to 72 hours."

 

"N.B. UK law requires a vehicle to be UK licensed and registered for road use. To avoid difficulties, importers are advised to transport, rather than drive their vehicles from the port to home or first destination and to keep them off the road until they have been properly licensed and registered."

 

"The following documents will need to be submitted to the DVLA Local Office.  (N.B. photocopies are NOT acceptable).

·                Completed application form V55/4* (for new vehicles) or V55/5 (for used Vehicles).

·                A £38 registration fee (if applicable).

·                The required fee for the licence.

·                A current British certificate of insurance.

·                Foreign registration document and any other papers you have relating to the vehicle.

·                Evidence showing the date the vehicle was collected (normally the invoice from the supplier).

·                Evidence of type approval.

·                The appropriate Customs and Excise form.

·                A current British MOT test certificate (if applicable).

·                A Declaration of Newness (if applicable).

·                Documentation confirming your name and address"

"Registration and licensing will not take place unless you have the necessary documentation. In some cases the DVLA Local Office may wish to see the vehicle to check its identity."

Top

e-mail me


Copyright© 2004 James  M. Wilson All rights reserved.