Description
var selected_tab = 0; var number_of_thumbnails_per_slide = 6; var number_of_thumbnail_slides = 0; var number_of_thumbnails = 3; var currently_selected_thumbnail_slide = 1;
var product_feature_definitions = new Array(new Array(389, 'Compatible Brands', 'This is the manufacturer(s) that the item is compatible with. Unless it is universal, regularly the item will only be compatible with the same manufacturer.
For example, a JVC Bluetooth adapter will only work with JVC units. A Pioneer iPod adapter will only work with Pioneer head units.
'), new Array(134, 'Map Source', 'Maps are typically built into the navigation unit or they are able to be uploaded from a disc or memory card. They regularly cover the United States and all or parts of Canada. Built-in flash memory maps typically respond faster than disc loaded maps.'), new Array(376, 'Map Database', 'This is the map database that the system uses. The map database provider supplies the digital map, as well as the Points-of-Interests, map updates, fastest routes, and many other features.'), new Array(379, 'Traffic Lane Guidance', 'Traffic Lane guidance is a convenient feature among navigation units. It enabled the navigation unit to tell the driver which lane that they should be in at any given time. This becomes moderately useful when a particular lane is needed to exit the freeway or make a necessary turn.'), new Array(380, 'Maps', 'These are the maps that come with the navigation unit.'), new Array(381, 'Navigation All through Audio Playback', 'This feature allows the driver to listen to music even as the unit is still navigating them to their destination.'), new Array(382, 'Navigation All through Video Playback', 'The feature allow the head unit to play videos even as the navigation unit is still guiding them to their destination. This is ideal for those that use overhead or headrest monitors that receive a video signal from the in-dash navigation unit.'), new Array(384, 'Map Dimensional Display', 'This is the manner in which the navigation maps are displayed. The majority of navigation units have either a 2D or a 3D map display, alternatively some have options for both.'), new Array(135, 'Points of Interest', 'The number of points of interest included on the maps. Points of interest may include gas stations, restaurants, city centers, hotels, airports, and tourist attractions.'), new Array(387, 'Customizable POI', 'Customizable Points Of Interest (POI) allow the user to customize, select favorites, and add their own points of interest. This enabled the driver to get directions quickly to previously visited destination.'), new Array(388, 'Search Options', 'Search options are the many different ways that the navigation unit is in a position to find your destination. Below are the definitions of what these mean.
Address: The user is in a position to enter a specific address and the unit will navigate there.
City: The unit is in a position to navigate to a city, without a specific address needed. A great feature when traveling across several states or provinces.
Coordinates: This is a convenient feature for when you have specific longitude and latitude values.
Favorites: These are shortcuts that you'll set for easy access to commonly traveled locations. Examples could include your home, office, favorite restaurant, movie theater, or any other incessantly traveled location.
Home: Program and save your home address for fast and simple navigation to your home.
Intersection: Searches for specific cross-streets quite than a specific address.
Map Browsing: This feature enables the user to point to a location on the navigation screen and choose to navigate there. A great feature for when you visually know where you wish to have to go, but don't seem to be sure of the address or intersection.
Phone Number: Search for locations by their phone number. Perfect for when you know the phone number of a restaurant or similar locations, but do not have the address. Also convenient when a store has many locations and you want to go to the one that you have previously called.
Point-of-Interest (POI) Name: Search by name for Points-of-Interst such as restaurants, ATMS, banks, hotels, recreation, hospitals, shopping, and more!
Point-of-Interest (POI) Vicinity: Search for Points-of-Interst that are close by to your current location. Points-Of-Interests include restaurants, ATMS, banks, hotels, recreation, hospitals, shopping, and more!
Points-of-Interest (POI) Type: Search for Points-of-Interst by there category. These include restaurants, ATMS, banks, hotels, recreation, hospitals, shopping, and more!
Quick Search: Allows the user to search for specified POI’s that are commonly used.
Recent (Previous) Searches: This feature will load the users recent searches for fast navigation back to them.
Route: This allows the user to choose a route that has been previously established.
'), new Array(386, 'Speed Display', 'Speed display is a feature that allows the unit to display the speed of the vehicle. The usage of GPS technology, this feature also assisting in determining the estimated time of arrival on compatible units.'), new Array(162, 'Text-to-Speech', 'Text-to-Speech (TTS) converts normal text into speech. Mostly used in navigation units, text-to-speech allow the audible playback of street names, driving directions, and any other text that the driver needs to hear.'), new Array(142, 'Removable Memory Type', 'If the unit includes a removable memory card slot, then it allows you to load maps, digital photos, MP3s, and possibly other digital media files The usage of a removable digital media cards such as an SD Card. Frequently times, you'll expand on the typically small memory card included with the unit and purchase a higher capacity memory card that stores more data. Removable digital media cards include SmartDigital? (SD), MultiMedia Card (MMC), TransFlash?, and Memory Stick®.'), new Array(377, 'Traffic Tuner', 'In-dash navigation units with satellite radio have the option for a traffic tuner, also called a Traffic Message Channel. A Traffic Message Channel (TMC) is used to deliver traffic and commute information directly to the driver. When the TMC is built-in a navigation unit, it can help direct the driver to take alternative routes when traffic is bad.'), new Array(383, 'Languages', 'These are the different options for language. If you are searching for a specific language, please verify that the unit will be compatible with that language.'), new Array(2267, 'Promotions', 'Promotions we have offer More Ways to Shop for items that are on clearance, last chance, special offer and sales, Made in America, and more!'));
function $(id) return document.getElementById(id);
function get_viewport_height() document.documentElement.clientHeight
function get_viewport_width()
function get_scroll_offset()
function get_position_y( input_element ) { position = 0;
even as (input_element != null)
position += input_element.offsetTop; input_element = input_element.offsetParent;
return position; }
function get_position_x( input_element ) { position = 0;
even as (input_element != null)
position += input_element.offsetLeft; input_element = input_element.offsetParent;
return position; }
function move_thumbnail_slideshow(move)
$('thumbnail_slide_'+current_slide).style.display = 'none'; $('thumbnail_slide_'+new_slide).style.display = 'block';
if (new_slide == 1)
$('thumbnail_slideshow_arrow_left').src = 'https://www.sonicelectronix.com/images/ebay_static/picture_nav_left_inactive.gif'; $('thumbnail_slideshow_arrow_left').style.cursor = 'default';
else
$('thumbnail_slideshow_arrow_left').src = 'https://www.sonicelectronix.com/images/ebay_static/picture_nav_left_active.gif'; $('thumbnail_slideshow_arrow_left').style.cursor = 'pointer';
if (new_slide < number_of_thumbnail_slides) $('thumbnail_slideshow_arrow_right').src = 'https://www.sonicelectronix.com/images/ebay_static/picture_nav_right_active.gif'; $('thumbnail_slideshow_arrow_right').style.cursor = 'pointer'; else $('thumbnail_slideshow_arrow_right').src = 'https://www.sonicelectronix.com/images/ebay_static/picture_nav_right_inactive.gif'; $('thumbnail_slideshow_arrow_right').style.cursor = 'default'; currently_selected_thumbnail_slide = new_slide; photo_start = ((currently_selected_thumbnail_slide-1) * number_of_thumbnails_per_slide) + 1; photo_end = currently_selected_thumbnail_slide * number_of_thumbnails_per_slide; if (photo_end > number_of_thumbnails)
photo_end = number_of_thumbnails;
$('current_photos').innerHTML = photo_start+'-'+photo_end;
}
function tab_mouseover(tab_id)
if (tab_id == selected_tab) { return;
/** $('info_tab'+tab_id+'_left').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_hover_l.gif')"; $('info_tab'+tab_id+'_right').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_hover_r.gif')"; $('info_tab'+tab_id+'_h2').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_hover_m.gif')"; **/ }
function tab_mouseout(tab_id)
if (tab_id == selected_tab) { return;
/** $('info_tab'+tab_id+'_left').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_off_l.gif')"; $('info_tab'+tab_id+'_right').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_off_r.gif')"; $('info_tab'+tab_id+'_h2').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_off_m.gif')"; **/ }
function scrollElement(elem,pos) elem.scrollLeft = pos;
function scroll_image(image_id) scrollElement($('flexbox'),get_position_x($('image_'+image_id)));
function tab_select(tab_id)
//unselect currently selected tab /** $('info_tab'+selected_tab+'_left').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_off_l.gif')"; $('info_tab'+selected_tab+'_right').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_off_r.gif')"; $('info_tab'+selected_tab+'_h2').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_off_m.gif')";
**/ $('tab_content'+selected_tab).style.display = 'none'; //$('info_tab'+selected_tab).style.cursor = 'pointer'; $('info_tab'+selected_tab).parentNode.className='tab';
/** $('info_tab'+tab_id+'_left').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_on_l.gif')"; $('info_tab'+tab_id+'_right').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_on_r.gif')"; $('info_tab'+tab_id+'_h2').style.backgroundImage = "url('https://www.sonicelectronix.com/images/ebay_static/tab_on_m.gif')"; **/ $('tab_content'+tab_id).style.display = 'block'; $('info_tab'+tab_id).parentNode.className+=' active'; selected_tab = tab_id;
var windowwidth = get_viewport_width(); console.log(windowwidth); var sliderwidth = windowwidth; var scrollpos=0; var currentIndicator=0; function scrollSlider(e) scrollpos = e.srcElement.scrollLeft; selectedIndicator=Math.round(scrollpos/sliderwidth); console.log(selectedIndicator); $('indicator'+currentIndicator).className='indicator';
$('indicator'+selectedIndicator).className='indicator active'; currentIndicator = selectedIndicator;
var menuwidth=0; function TabsMinify() $('flexbox').setAttribute("onscroll","scrollSlider(event);");
function show_feature_description(feature_id, caller)
feature_description = 'Invalid feature'; feature_name ='Invalid feature';
for (i=0; i
top_position -= (bottom_position - page_bottom);
document.getElementById('feature_description_div').style.top = top_position + 'px';
document.getElementById('feature_description_div').style.visibility = 'visible'; document.getElementById('feature_description_div').style.left = (get_position_x(caller) + caller.offsetWidth * 0 + 100 - document.getElementById('feature_description_div').offsetWidth * 0 ) + 'px'; }
function hide_feature_description()
document.getElementById('feature_description_div').style.visibility = 'hidden';
function show_free_shipping_table(caller)
hide_fast_shipping_table();
caller_y_position = get_position_y(caller); caller_rightmost_position = get_position_x(caller) + caller.offsetWidth;
desired_left_position = caller_rightmost_position - $('free_shipping_information_table').offsetWidth;
$('free_shipping_information_table').style.top = caller_y_position + 'px'; $('free_shipping_information_table').style.left = desired_left_position + 'px'; $('free_shipping_information_table').style.visibility = 'visible';
function hide_free_shipping_table()
$('free_shipping_information_table').style.visibility = 'hidden';
function show_fast_shipping_table(caller)
hide_free_shipping_table();
caller_y_position = get_position_y(caller); caller_rightmost_position = get_position_x(caller) + caller.offsetWidth;
desired_left_position = caller_rightmost_position - $('fast_shipping_information_table').offsetWidth;
$('fast_shipping_information_table').style.top = caller_y_position + 'px'; $('fast_shipping_information_table').style.left = desired_left_position + 'px'; $('fast_shipping_information_table').style.visibility = 'visible';
function hide_fast_shipping_table()
$('fast_shipping_information_table').style.visibility = 'hidden';
|
|||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||
|
Free Shipping Information | Close [X] |
Our free shipping via UPS Ground offer applies only to residential or commercial destinations within the continental 48 United States except for PO Boxes and APO/FPO Addresses.
Shipments to PO Boxes, APO/FPO, Alaska, Hawaii, Puerto Rico, Guam, USVI, Canada and other countries will be shipped at an additional charge. Please use the eBay shipping calculator to find your rate.
|
Fast Shipping Information | Close [X] |
Same day shipping for orders paid by Tuesday-Friday (Pay by 1:00PM EST)
Orders paid by Saturday and Sunday will ship Monday. Orders paid on Monday will ship Monday or Tuesday. Orders ship via UPS Ground within the 48 USA and arrive within 2–7 business days, depending on your distance from California.
Shipments to PO Boxes, Alaska, Hawaii, or outside the 48 USA do not have a guaranteed time for arrival as they are going to ship USPS.
|
Reviews
There are no reviews yet.