function calcDoorsDBSGD () {

var style = document.slidingdoubledoorpricer.glass.value

var width = document.slidingdoubledoorpricer.width.value
var height = document.slidingdoubledoorpricer.height.value

//Size Validation

if (width < 1500)
   {
   alert("Minumum Width 1500mm");
   }
   
if (width > 2500)
   {
   alert("Maximum Width 2500mm");
   }
   
   
	
if (height < 1500)
   {
   alert("Minimum Height 1500mm");
   }

if (height > 2500)
   {
   alert("Maximum Height 2500mm");
   }
//------- CLEAR GLASS PRICING----------- //

if (style =='Clear')

{

if (width >= 1500 && width <= 1800 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2104}
  
else if (width >= 1500 && width <= 1800 && height >= 2101 && height <= 2300) 
 {document.slidingdoubledoorpricer.finalprice.value= 2132}
 
else if (width >= 1500 && width <= 1800 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2158}

if (width >= 1801 && width <= 2000 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2324}
  
else if (width >= 1801 && width <= 2000 && height >= 2101 && height <= 2300) 
 {document.slidingdoubledoorpricer.finalprice.value= 2354}
 
else if (width >= 1801 && width <= 2000 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2384}
 
else if (width >= 2001 && width <= 2244 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2388}
  
else if (width >= 2001 && width <= 2244 && height >= 2101 && height <= 2300) 
 {document.slidingdoubledoorpricer.finalprice.value= 2422}
 
else if (width >= 2001 && width <= 2244 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2454}
  
else if (width >= 2245 && width <= 2500 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2456}
  
else if (width >= 2245 && width <= 2500 && height >= 2101 && height <= 2300) 
 {document.slidingdoubledoorpricer.finalprice.value= 2492}
 
else if (width >= 2245 && width <= 2500 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2530}
 
}

//------- SATIN/CHINCHILLA GLASS PRICING----------- //

if (style == 'Satin' || style == 'Chinchilla') {

        if (width >= 1500 && width <= 1800 && height >= 1500 && height <= 2100)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2296
        }
  
        else if (width >= 1500 && width <= 1800 && height >= 2101 && height <= 2300)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2342
        }
 
        else if (width >= 1500 && width <= 1800 && height >= 2301 && height <= 2500)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2388
        }

        if (width >= 1801 && width <= 2000 && height >= 1500 && height <= 2100)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2538
        }
  
        else if (width >= 1801 && width <= 2000 && height >= 2101 && height <= 2300)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2588
        }
 
        else if (width >= 1801 && width <= 2000 && height >= 2301 && height <= 2500)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2638
        }

        //
 
        else if (width >= 2001 && width <= 2244 && height >= 1500 && height <= 2100)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2628
        }
  
        else if (width >= 2001 && width <= 2244 && height >= 2101 && height <= 2300)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2684
        }
 
        else if (width >= 2001 && width <= 2244 && height >= 2301 && height <= 2500)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2740
        }
 
        //
 
        else if (width >= 2245 && width <= 2500 && height >= 1500 && height <= 2100)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2724
        }
  
        else if (width >= 2245 && width <= 2500 && height >= 2101 && height <= 2300)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2786
        }
 
        else if (width >= 2245 && width <= 2500 && height >= 2301 && height <= 2500)
        {
            document.slidingdoubledoorpricer.finalprice.value= 2848
        }
 
}

//------- BRONZE/GREEN/GREY GLASS PRICING----------- //

if (style == 'Bronze' || style == 'Green' || style == 'Grey')

{

if (width >= 1500 && width <= 1800 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2220}
  
else if (width >= 1500 && width <= 1800 && height >= 2101 && height <= 2300) 
 {document.slidingdoubledoorpricer.finalprice.value= 2258}
 
else if (width >= 1500 && width <= 1800 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2296}


 // 
 
if (width >= 1801 && width <= 2000 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2452}
  
else if (width >= 1801 && width <= 2000 && height >= 2101 && height <= 2300) 
 {document.slidingdoubledoorpricer.finalprice.value= 2494}
 
else if (width >= 1801 && width <= 2000 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2536}

 // 
 
else if (width >= 2001 && width <= 2244 && height >= 1500 && height <= 2100)
 {document.slidingdoubledoorpricer.finalprice.value= 2532}
  
else if (width >= 2001 && width <= 2244 && height >= 2101 && height <= 2300)
 {document.slidingdoubledoorpricer.finalprice.value= 2578}
 
else if (width >= 2001 && width <= 2244 && height >= 2301 && height <= 2500)
 {document.slidingdoubledoorpricer.finalprice.value= 2626}
 
 // 
 
else if (width >= 2245 && width <= 2500 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2616}
  
else if (width >= 2245 && width <= 2500 && height >= 2101 && height <= 2300)
 {document.slidingdoubledoorpricer.finalprice.value= 2668}
 
else if (width >= 2245 && width <= 2500 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2720}
 
}

//------- CHINCHILLA_BRONZE GLASS PRICING----------- //

if (style == 'Chinchilla_Bronze')

{

if (width >= 1500 && width <= 1800 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2396}
  
else if (width >= 1500 && width <= 1800 && height >= 2101 && height <= 2300) 
 {document.slidingdoubledoorpricer.finalprice.value= 2450}
 
else if (width >= 1500 && width <= 1800 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2506}


 // 
 
if (width >= 1801 && width <= 2000 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2648}
  
else if (width >= 1801 && width <= 2000 && height >= 2101 && height <= 2300) 
 {document.slidingdoubledoorpricer.finalprice.value= 2708}
 
else if (width >= 1801 && width <= 2000 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2768}

 // 
 
else if (width >= 2001 && width <= 2244 && height >= 1500 && height <= 2100)
 {document.slidingdoubledoorpricer.finalprice.value= 2752}
  
else if (width >= 2001 && width <= 2244 && height >= 2101 && height <= 2300)
 {document.slidingdoubledoorpricer.finalprice.value= 2818}
 
else if (width >= 2001 && width <= 2244 && height >= 2301 && height <= 2500)
 {document.slidingdoubledoorpricer.finalprice.value= 2886}
 
 // 
 
else if (width >= 2245 && width <= 2500 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2860}
  
else if (width >= 2245 && width <= 2500 && height >= 2101 && height <= 2300)
 {document.slidingdoubledoorpricer.finalprice.value= 2936}
 
else if (width >= 2245 && width <= 2500 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 3012}
 
}

//------- BLUE GLASS PRICING----------- //

if (style == 'Blue')

{

if (width >= 1500 && width <= 1800 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2264}
  
else if (width >= 1500 && width <= 1800 && height >= 2101 && height <= 2300) 
 {document.slidingdoubledoorpricer.finalprice.value= 2306}
 
else if (width >= 1500 && width <= 1800 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2348}


 // 
 
if (width >= 1801 && width <= 2000 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2502}
  
else if (width >= 1801 && width <= 2000 && height >= 2101 && height <= 2300) 
 {document.slidingdoubledoorpricer.finalprice.value= 2548}
 
else if (width >= 1801 && width <= 2000 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2594}

 // 
 
else if (width >= 2001 && width <= 2244 && height >= 1500 && height <= 2100)
 {document.slidingdoubledoorpricer.finalprice.value= 2586}
  
else if (width >= 2001 && width <= 2244 && height >= 2101 && height <= 2300)
 {document.slidingdoubledoorpricer.finalprice.value= 2638}
 
else if (width >= 2001 && width <= 2244 && height >= 2301 && height <= 2500)
 {document.slidingdoubledoorpricer.finalprice.value= 2690}
 
 // 
 
else if (width >= 2245 && width <= 2500 && height >= 1500 && height <= 2100) 
 {document.slidingdoubledoorpricer.finalprice.value= 2678}
  
else if (width >= 2245 && width <= 2500 && height >= 2101 && height <= 2300)
 {document.slidingdoubledoorpricer.finalprice.value= 2736}
 
else if (width >= 2245 && width <= 2500 && height >= 2301 && height <= 2500) 
 {document.slidingdoubledoorpricer.finalprice.value= 2794}
 
}

 if (style == '-'){
alert("Please Select A Glass Style");
}

}


function extrasDBSGD () {
 // Brilliant Star Design Check Box
if (document.slidingdoubledoorpricer.starcut.checked) {
document.slidingdoubledoorpricer.brill.value=99
		}
		
if (document.slidingdoubledoorpricer.starcut.checked == false) {
document.slidingdoubledoorpricer.brill.value=0
		}

	
// Delivery Radio Buttons
if (document.slidingdoubledoorpricer.del[0].checked) {
		document.slidingdoubledoorpricer.deliv.value=0
	} 
	
if (document.slidingdoubledoorpricer.del[1].checked) {
		document.slidingdoubledoorpricer.deliv.value=30
	} 
	}



function calcPriceDBSGD () {
var pricex = document.slidingdoubledoorpricer.finalprice.value;
pricex = Number(pricex);
var cutstar = document.slidingdoubledoorpricer.brill.value;
cutstar = Number(cutstar);
var delivery = document.slidingdoubledoorpricer.deliv.value;
delivery = Number(delivery);

document.slidingdoubledoorpricer.cost.value = pricex;

var total = (pricex + cutstar + delivery);

document.slidingdoubledoorpricer.totalcost.value = total * 2;

document.slidingdoubledoorpricer.half.value = total;

// VAT

var vats = total * 0.175;

//round up vat to two decimals
	var vatresult=Math.round(vats*100)/100;

vatresult = Number(vatresult);

document.slidingdoubledoorpricer.vatprice.value = vatresult;

document.slidingdoubledoorpricer.wpvat.value = vatresult + total;

document.slidingdoubledoorpricer.youpay.value = total;
}