function showSelectBoxes(){
	var selects = document.getElementsByTagName("select");
	for (i = 0; i != selects.length; i++) {
		selects[i].style.visibility = "visible";
	}
}

function hideSelectBoxes(){
	var selects = document.getElementsByTagName("select");
	for (i = 0; i != selects.length; i++) {
		selects[i].style.visibility = "hidden";
	}
}

function showBranchDetails(showhide,branch){

	var branch_name = new Array();
	branch_name[0] = "Pentagon Derby";
    branch_name[1] = "Pentagon Burton On Trent";
	branch_name[2] = "Pentagon Rochdale";
	branch_name[3] = "Pentagon Ashbourne";
	branch_name[4] = "Pentagon Oldham";
	branch_name[5] = "Pentagon Chadderton/Manchester";
	branch_name[6] = "Pentagon Sheffield";
	branch_name[7] = "Pentagon Sheffield";
	branch_name[8] = "Pentagon Mansfield";
	branch_name[9] = "Pentagon Nottingham";
	branch_name[10] = "Pentagon Barnsley Car Shop";
	branch_name[11] = "Pentagon Oldham";
	branch_name[12] = "Pentagon Derby";
	branch_name[13] = "Pentagon Rochdale";
	branch_name[14] = "Pentagon Sheffield";
	branch_name[15] = "Pentagon Burton On Trent";

	var branch_address = new Array();
	branch_address[0] = "Pentagon Island,<br />Nottingham Road,<br />Derby,<br />Derbyshire,<br />DE21 6HB";
	branch_address[1] = "Derby Road,<br />Stretton,<br />Burton-on-Trent,<br />Staffordshire,<br />DE13 0BJ";
	branch_address[2] = "Motorama House,<br />John Street,<br />Rochdale,<br />Lancashire,<br />OL16 1TR";
	branch_address[3] = "Derby Road,<br />Ashbourne,<br />Derbyshire,<br />DE6 1HA";
	branch_address[4] = "Chadderton Way,<br />Oldham,<br />Lancashire,<br />OL1 2QL<br />Van centre located at Greenside Way.";
	branch_address[5] = "Greenside Way,<br />Chadderton,<br />Manchester,<br />M24 1SW";
	branch_address[6] = "1 Savile Street,<br />Sheffield,<br />South Yorkshire,<br />S4 7TF";
	branch_address[7] = "245 Ecclesall Road,<br />Sheffield,<br />South Yorkshire,<br />S11 8JE";
	branch_address[8] = "Sutton Road,<br />Mansfield,<br />Nottinghamshire,<br />NG18 5HX";
	branch_address[9] = "Sir John Robinson Way,<br />Arnold,<br />Nottingham,<br />NG5 6BN";
	branch_address[10] = "Claycliffe Road,<br />Barugh Green,<br />Barnsley,<br />S75 1LR";
	branch_address[11] = "Chadderton Way,<br />Oldham,<br />Lancashire,<br />OL1 2QL";
	branch_address[12] = "Pentagon Island,<br />Nottingham Road,<br />Derby,<br />Derbyshire,<br />DE21 6HB";
	branch_address[13] = "Motorama House,<br />John Street,<br />Rochdale,<br />Lancashire,<br />OL16 1TR";
	branch_address[14] = "1 Savile Street,<br />Sheffield,<br />South Yorkshire,<br />S4 7TF";
	branch_address[15] = "Derby Road,<br />Stretton,<br />Burton-on-Trent,<br />Staffordshire,<br />DE13 0BJ";

    var branch_phone_hotline = new Array();
	branch_phone_hotline[0] = "0845 125 8141";
	branch_phone_hotline[1] = "0845 125 8142";
	branch_phone_hotline[2] = "0845 125 8143";
	branch_phone_hotline[3] = "0845 125 8144";
	branch_phone_hotline[4] = "0845 125 8145";
	branch_phone_hotline[5] = "0845 125 8146";
	branch_phone_hotline[6] = "0845 125 8147";
	branch_phone_hotline[7] = "0845 125 8148";
	branch_phone_hotline[8] = "0845 125 8149";
	branch_phone_hotline[9] = "0845 125 8150";
	branch_phone_hotline[10] = "0845 125 4913";
	branch_phone_hotline[11] = "0845 124 3074";
	branch_phone_hotline[12] = "0845 122 6973";
	branch_phone_hotline[13] = "0845 122 6977";
	branch_phone_hotline[14] = "0845 122 6981";
	branch_phone_hotline[15] = "0845 121 2263";

    var branch_phone_switchboard = new Array();
	branch_phone_switchboard[0] = "01332 362661";
	branch_phone_switchboard[1] = "01283 536000";
	branch_phone_switchboard[2] = "01706 638491";
	branch_phone_switchboard[3] = "01335 347708";
	branch_phone_switchboard[4] = "01616 212720";
	branch_phone_switchboard[5] = "01616 546600";
	branch_phone_switchboard[6] = "01142 094415";
	branch_phone_switchboard[7] = "01142 689018";
	branch_phone_switchboard[8] = "01623 629222";
	branch_phone_switchboard[9] = "01158 546600";
	branch_phone_switchboard[10] = "01226 323050";
	branch_phone_switchboard[11] = "01616 212720";
	branch_phone_switchboard[12] = "01332 362661";
	branch_phone_switchboard[13] = "01706 638491";
	branch_phone_switchboard[14] = "01142 094415";
	branch_phone_switchboard[15] = "01283 515151";

	if(showhide == 1){
		document.getElementById("branchdetails_area").style.display="";
		hideSelectBoxes();
        document.getElementById("branchdetails_name").innerHTML=branch_name[branch];
		document.getElementById("branchdetails_address").innerHTML=branch_address[branch];
		document.getElementById("branchdetails_phonehotline").innerHTML=branch_phone_hotline[branch];
		document.getElementById("branchdetails_photoswitchboard").innerHTML=branch_phone_switchboard[branch];
		document.getElementById("branchdetails_uc").innerHTML=branch_uc[branch];
		document.getElementById("branchdetails_uv").innerHTML=branch_uv[branch];
	}else{
		document.getElementById("branchdetails_area").style.display="none";
		showSelectBoxes();
        document.getElementById("branchdetails_name").innerHTML="";
		document.getElementById("branchdetails_address").innerHTML="";
		document.getElementById("branchdetails_phonehotline").innerHTML="";
		document.getElementById("branchdetails_photoswitchboard").innerHTML="";
		document.getElementById("branchdetails_uc").innerHTML="";
		document.getElementById("branchdetails_uv").innerHTML="";
	}
}

function carSearchTab(type,veh){
	if(veh == "van"){
		document.getElementById("search"+type+"cartab").className = "carsearch_tab carsearch_tabnon";
		document.getElementById("search"+type+"cararea").style.display = "none";
		document.getElementById("search"+type+"vantab").className = "carsearch_tab carsearch_tabsel";
		document.getElementById("search"+type+"vanarea").style.display = "";
	}else{
		document.getElementById("search"+type+"cartab").className = "carsearch_tab carsearch_tabsel";
        document.getElementById("search"+type+"cararea").style.display = "";
		document.getElementById("search"+type+"vantab").className = "carsearch_tab carsearch_tabnon";
		document.getElementById("search"+type+"vanarea").style.display = "none";
	}
}
