﻿
//inside paint calculator
var InsidePaintPerSqM = 1.4; //L required per sqm.
var InsideWindowArea = 3.57; //less sqm per window
var InsideDoorArea = 1.72; //less sqm per door
var InsideRepaintFactor = 1.1; //multiplier if repainting

//outside paint calculator
var OutsidePaintPerSqM = 2; //L required per sqm.
var OutsideWindowArea = 3.57; //less sqm per window
var OutsideDoorArea = 1.72; //less sqm per door
var GarageArea = 6.24;
var Garage1Car = 50.4; //L required for a 1 car garage
var Garage2Car = 67.2; //L required for a 2 car garage
var OutsideRepaintFactor = 1.2; //multiplier if repainting

//colour cart services
var CartSvc = '/ColourCart/ColourCart.ashx';
var BookletCookieName = 'BPBooklets';
var ColourCookieName = 'BPColours';

var InsideBrochureThumbUrl = "/images/UserUploadedImages/163/brochure-inside-thumb.jpg";
var OutsideBrochureThumbUrl = "/images/UserUploadedImages/163/brochure-outside-thumb.jpg";
var InsideBrochureViewCartUrl = "/images/UserUploadedImages/163/brochure-inside-65.jpg";
var OutsideBrochureViewCartUrl = "/images/UserUploadedImages/163/brochure-outside-65.jpg";

var DefaultFadeSpeed = 300;
var QuickFadeSpeed = 200;

var attribPreptec = "<h3>PrepTEC<sup>TM</sup> Inbuilt Undercoat Technology</h3><p>Exclusive PrepTEC<sup>TM</sup> technology means you can paint over previously painted surfaces and bare plasterboard without the need for an undercoat.</p>";
var attrib5YearGuarantee = "<h3>5 year Guarantee</h3><p>British Paints Wet Area is guaranteed to resist mould growth for up to 5 years.</p><p>*Note: British Paints Wet Area resists mould growth as a result of air-borne spores. It will not resist mould growth from contaminated substrates, or mould caused by environmental or underlying structural circumstances (i.e low ventilation, localised humidity, structural damp or water leaks).</p>";
var attribEcoSmartTech = "<h3>EcoSmart Technology</h3><p>British Paints EcoSmart paints contain less than 5g/litre of Volatile Organic Compounds (VOC), compared to conventional waterbased paint with 60-80 g/litre. Simply put, VOCs  reduced indoor air quality and contribute to that \"paint smell\"!</p>";
var attribTiO2 = "<h3>TiO<sub>2</sub> Max Cover</h3><p>TiO<sub>2</sub> Max Cover is a time saving formula with concentrated titanium dioxide. The formula delivers maximum coverage without compromising the ease of application. Outstanding results in just one coat!</p>";
var attrib15YearGuarantee = "<h3>15 Year Guarantee</h3><p>British Paints 4 Seasons Exterior is a 100% acrylic paint specially formulated to help protect your home from all weather conditions.<br />Guaranteed against flaking, blistering and peeling for 15 years.</p>";

var colourCartOrderComplete = "Your colour cart request is now in the system waiting to be processed.";
