// Home Report Calculator ///////////////////////////////////////////////////////////////////////////////////

$(document).ready(function(){
	$('#accordion').accordion({ autoHeight: 100 , active: 'false' });	
	$('#tabs').tabs();
});

var active = 0;

function validate(){
	if (document.getElementById("postcode").value=='empty' || document.getElementById("value").value=='empty'){
		alert('please select a postcode and value!')
	}else{
		if(document.getElementById("value").value=='POA' || document.getElementById("postcode").value == 1.50){
			$('#cost').html('Price on Application<br />');
			$("#cost").slideToggle("slow");
			active = 1;
			//$('div#link_to_cart').html('<a href="http://www.pipscotland.com/contact.php" target="_self"><img src="http://www.pipscotland.com/images/btn_enquire.png" alt="Enquire" /></a>');
		}else{
			if(active == 0){
				calculate();
			}
		}
	}
}

function resetCalc(){
	if(active == 1){
		//$("#cost").slideToggle("slow");		
		$('#cost').html('');
		active = 0;
		validate();
	}
}

function calculate() {
	var one = eval(document.getElementById('value').value)
 	var two = eval(document.getElementById('postcode').value)
 	var prod = one * two;
 	prod = prod.toFixed(2);
 	$('#cost').html('<strong>Home Report</strong> including:<br />Single report | EPC | Property questionnaire<br /><br />Total Price: <strong>&pound;' + prod + '</strong> (Including VAT)<br />');
 	//$("#cost").slideToggle("slow");
	active = 1;
	//$('.btn_calculate').attr('disabled', 'disabled');

	switch(prod)
		{
	 	case '60.00':
	 	$('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report1.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '175.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '210.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '280.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report4.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '330.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report5.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '355.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report6.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '380.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report7.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 
		 case '97.90':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report1-band2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '242.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report2-band2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '291.50':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report3-band2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '368.50':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report4-band2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '434.50':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report5-band2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '456.50':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report6-band2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '500.50':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report7-band2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 
		 case '106.80':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report1-band3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '264.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report2-band3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '318.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report3-band3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '402.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report4-band3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '474.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report5-band3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '498.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report6-band3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
		 case '546.00':
		 $('div#link_to_cart').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/home-report7-band3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
		 break;
	 default:
	 $('div#link_to_cart').html('');
	 }
}







function custRound(x,places) {
	return (Math.round(x*Math.pow(10,places)))/Math.pow(10,places)
}
 

// EPC Calculator ///////////////////////////////////////////////////////////////////////////////////
var active2 = 0;
 
function validate2(){
	if (document.getElementById("postcode_epc").value=='empty' || document.getElementById("bedrooms").value=='empty'){
		alert('please select a postcode and bedrooms!')
	}else{
		if(document.getElementById("bedrooms").value=='POA' || document.getElementById("postcode_epc").value == 1.50){
			$('#cost2').html('Price on Application<br />');
			$("#cost2").slideToggle("slow");
			active2 = 1;
			$('div#link_to_cart2').html('<a href="http://www.pipscotland.com/contact.php" target="_self"><img src="http://www.pipscotland.com/images/btn_enquire.png" alt="Enquire" /></a>');
		}else{
			if(active2 == 0){
				calculate2();
			}
		}
	}
} 
function resetCalc2(){
	if(active2 == 1){
		$("#cost2").slideToggle("slow");		
		$('#cost2').html('');
		active2 = 0;
		validate2();
	}
}
function calculate2() {
	var one_2 = eval(document.getElementById('bedrooms').value)
	var two_2 = eval(document.getElementById('postcode_epc').value)
	var prod2 = one_2 * two_2;
	prod2 = prod2.toFixed(2);
	$('#cost2').html('<strong>Energy Performance Certificate</strong><br /><br />Total Price: <strong>&pound;' + prod2 + '</strong> (Including VAT)<br />');
	$("#cost2").slideToggle("slow");
	active2 = 1;
	//$('.btn_calculate').attr('disabled', 'disabled');
	
	switch(prod2)
	{
	case'34.00':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-1.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'43.00':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'50.00':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'65.00':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-4.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'77.00':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-5.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	 
	case'37.40':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-1-band-2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'47.30':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-2-band-2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'55.00':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-3-band-2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'71.50':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-4-band-2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'84.70':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-5-band-2.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	 
	case'40.80':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-1-band-3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'51.60':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-2-band-3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'60.00':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-3-band-3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'78.00':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-4-band-3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	case'92.40':
		$('div#link_to_cart2').html('<a href="redirect.php?product_url=http://www.surveyscotland.com/order/energy-performance-certificate-5-band-3.html" target="_self"><img src="http://www.pipscotland.com/images/btn_buy_online.png" alt="Buy Online" /></a>');
	break;
	default:
		$('div#link_to_cart2').html('');
	}
}
 
 function custRound2(x,places) {
 return (Math.round(x*Math.pow(10,places)))/Math.pow(10,places)
 }

