// Preferences File

var PREF = new Object();

// general parameters
PREF['css'] = 'http://www.carprices.com/css/carprices.css';
PREF['logo'] = 'http://images.carprices.com/cgi-bin/randcar.cgi';
PREF['footer_logo'] = '<img src="http://images.carprices.com/configurator/drivenbylogo.gif">';
PREF['data'] = 'data_new_vehicle';
PREF['image_server'] = 'http://images.carprices.com';
PREF['have_multiprice'] = 1;
PREF['have_save'] = 1;
PREF['have_goldstandard'] = 'data';
PREF['zip_required'] = 1;
PREF['start_over'] = 'makemodel.html';
PREF['first_page'] = 'makemodel';
PREF['page_align'] = 'center';
PREF['calculator'] = 1;
PREF['show_popular'] = 1;

// blurb on the makemodel page
PREF['makemodel_blurb'] = "Build your new vehicle to your exact specifications! Use the drop down menus at the right to choose your vehicle year, make, and model. If you want to narrow your choices, use the body style or price range options.";
PREF['inventory_blurb'] = "Use our Inventory Search Tool to find your next new or used car. Simply choose the make and model you are interested in and hit Search. If you are looking for a general body style or a vehicle in a certain price range, choose from the appropriate drop downs to narrow down your search.";
PREF['topcars_blurb'] = "Let Multi-Price do the comparison shopping for you! Simply build your vehicle the way you like it, and receive availability and pricing information from our retail partners (dealerships, brokers, online-buying services). Through Multi-Price, you'll save time and money by finding out what you should be paying for your next new car.";
PREF['button_blurb'] = "All done? Now get pricing and availability information for your vehicle!";
PREF['copyright_blurb'] = '';
PREF['footer_blurb'] = "<span class=\"asterisk\">*</span> <span class=\"asktext\">All advertised prices exclude state tax, license, document preparation fee, smog fee, and finance charges, if applicable. Vehicle option and pricing are subject to change. Pricing and availability varies by dealership. Please check with your dealer for more information. Prices do not include dealer charges, such as advertising, that can vary by manufacturer or region, or costs for selling, preparing, displaying or financing the vehicle.</span>";
PREF['thankyou_blurb'] = '';

PREF['show_invoice'] = 1;
// show option invoice price on options page
PREF['option_invoice'] = 1;
// show option invoice price on summary page
PREF['summary_invoice'] = 1;
PREF['invoice_text'] = 'Wholesale';
PREF['show_pricerange'] = 1;
PREF['show_bodystyle'] = 1;
PREF['show_manufcode'] = 1;

// makes for this configurator, empty means all
PREF['makes'] = new Array;
//PREF['makes'][0] = 'Honda';
//PREF['makes'][1] = 'Toyota';

// models for this configurator, empty means all
PREF['models'] = new Object();
//PREF['models']['Suburban'] = 1;

// compare preferences
PREF['all_cars'] = 0;
PREF['limit_makes'] = new Array;
//PREF['limit_makes'][0]= 'Honda';
//PREF['limit_makes'][1]= 'Toyota';

// save and quotes
PREF['text_email'] = new Object();
PREF['text_email']['demo@autofusion.com'] = 0;
PREF['save_forward'] = 0;
PREF['save_dest'] = '';
PREF['quote_forward'] = 0;
PREF['quote_dest'] = 'demo@autofusion.com';
PREF['quote2_forward'] = 0;
PREF['quote2_dest'] = '';

// buttons on the summary page
PREF['button1'] = 'Get a Price Quote';
PREF['button1_target'] = 'multiprice.html';
PREF['button2'] = '';
PREF['button2_target'] = '';
PREF['button3'] = '';
PREF['button3_target'] = '';
PREF['button4'] = '';
PREF['button4_target'] = '';
PREF['button5'] = '';
PREF['button5_target'] = '';

// banner ads
function show_ad () {
}

// inventory
PREF['shopby_makemodel'] = 1;
PREF['shopby_price'] = 1;
PREF['shopby_notsure'] = 1;
PREF['zip_code'] = 1;
