﻿function InitBaseJS() {

}
function InitProductFeaturesPage() {
    $('#pdesc').appendTo($('#productimages'));
    $('.backlink:eq(0)').appendTo($('#infobar')).css({ 'position': 'absolute', 'top': '8px', 'right': '31px' });
    $('#productimages').append('<div style="clear: both;"></div>');
}
function InitVehicleDetailsPage() {

}
function InitSelectVehiclePage() {
}
function InitProductListingPage() {
}
function InitProductBrowsePage() {
}