var stain_name = new Array();
var stain_link = new Array();

stain_name[0] = "Alcohol";
stain_name[1] = "Blood";
stain_name[2] = "Candle Wax";
stain_name[3] = "Chewing Gum";
stain_name[4] = "Chocolate";
stain_name[5] = "Cigarette Burns";
stain_name[6] = "Coffee";
stain_name[7] = "Crayon";
stain_name[8] = "Grass";
stain_name[9] = "Greasy Foods";
stain_name[10] = "Ink";
stain_name[11] = "Jam";
stain_name[12] = "Lipstick";
stain_name[13] = "Mildew";
stain_name[14] = "Milk";
stain_name[15] = "Mud";
stain_name[16] = "Mustard Ketchup";
stain_name[17] = "Nail Polish";
stain_name[18] = "Oil";
stain_name[19] = "Paint Varnish";
stain_name[20] = "Pet";
stain_name[21] = "Red Wine";
stain_name[22] = "Rust";
stain_name[23] = "Shoe Polish";
stain_name[24] = "Soft Drinks";
stain_name[25] = "Sweets";
stain_name[26] = "Tar";
stain_name[27] = "Tea";
stain_name[28] = "Vomit";

stain_link[0] = "http://www.carpet-cleaner-network.co.uk/stain_removal/alcohol_stain_removal.php";
stain_link[1] = "http://www.carpet-cleaner-network.co.uk/stain_removal/blood_stain_removal.php";
stain_link[2] = "http://www.carpet-cleaner-network.co.uk/stain_removal/candle_wax_stain_removal.php";
stain_link[3] = "http://www.carpet-cleaner-network.co.uk/stain_removal/chewing_gum_stain_removal.php";
stain_link[4] = "http://www.carpet-cleaner-network.co.uk/stain_removal/chocolate_stain_removal.php";
stain_link[5] = "http://www.carpet-cleaner-network.co.uk/stain_removal/cigarette_burns_stain_removal.php";
stain_link[6] = "http://www.carpet-cleaner-network.co.uk/stain_removal/coffee_stain_removal.php";
stain_link[7] = "http://www.carpet-cleaner-network.co.uk/stain_removal/crayon_stain_removal.php";
stain_link[8] = "http://www.carpet-cleaner-network.co.uk/stain_removal/grass_stain_removal.php";
stain_link[9] = "http://www.carpet-cleaner-network.co.uk/stain_removal/greasy_foods_stain_removal.php";
stain_link[10] = "http://www.carpet-cleaner-network.co.uk/stain_removal/ink_stain_removal.php";
stain_link[11] = "http://www.carpet-cleaner-network.co.uk/stain_removal/jam_stain_removal.php";
stain_link[12] = "http://www.carpet-cleaner-network.co.uk/stain_removal/lipstick_stain_removal.php";
stain_link[13] = "http://www.carpet-cleaner-network.co.uk/stain_removal/mildew_stain_removal.php";
stain_link[14] = "http://www.carpet-cleaner-network.co.uk/stain_removal/milk_stain_removal.php";
stain_link[15] = "http://www.carpet-cleaner-network.co.uk/stain_removal/mud_stain_removal.php";
stain_link[16] = "http://www.carpet-cleaner-network.co.uk/stain_removal/mustard_ketchup_stain_removal.php";
stain_link[17] = "http://www.carpet-cleaner-network.co.uk/stain_removal/nail_polish_stain_removal.php";
stain_link[18] = "http://www.carpet-cleaner-network.co.uk/stain_removal/oil_stain_removal.php";
stain_link[19] = "http://www.carpet-cleaner-network.co.uk/stain_removal/paint_varnish_stain_removal.php";
stain_link[20] = "http://www.carpet-cleaner-network.co.uk/stain_removal/pet_stain_removal.php";
stain_link[21] = "http://www.carpet-cleaner-network.co.uk/stain_removal/red_wine_stain_removal.php";
stain_link[22] = "http://www.carpet-cleaner-network.co.uk/stain_removal/rust_stain_removal.php";
stain_link[23] = "http://www.carpet-cleaner-network.co.uk/stain_removal/shoe_polish_stain_removal.php";
stain_link[24] = "http://www.carpet-cleaner-network.co.uk/stain_removal/soft_drinks_stain_removal.php";
stain_link[25] = "http://www.carpet-cleaner-network.co.uk/stain_removal/sweets_stain_removal.php";
stain_link[26] = "http://www.carpet-cleaner-network.co.uk/stain_removal/tar_stain_removal.php";
stain_link[27] = "http://www.carpet-cleaner-network.co.uk/stain_removal/tea_stain_removal.php";
stain_link[28] = "http://www.carpet-cleaner-network.co.uk/stain_removal/vomit_stain_removal.php";

function stain_change() {
	var search_stain = document.getElementById("stain").value;
	if(search_stain != "Select a Stain") {
		window.location = search_stain;
	}
}

function display_search_option() {
	document.write('<select name="stain" id="stain" onchange="stain_change()">');
	document.write('<option value="Select a Stain" selected=selected>Select a Stain</option>');
	for(i=0; i<stain_name.length; i++) {
		document.write('<option value="'+ stain_link[i] +'">'+ stain_name[i] +'</option>');
	}    
    document.write('</select>');
}

var phone_loc = new Array();
var phone_num = new Array();

phone_loc[0] = "London";
phone_loc[1] = "Essex";
phone_loc[2] = "Kent";
phone_loc[3] = "Buckinghamshire";
phone_loc[4] = "Hertfordshire";
phone_loc[5] = "Surrey";
phone_loc[6] = "Middlesex";
phone_loc[7] = "Milton Keynes";
phone_loc[8] = "Amersham";
phone_loc[9] = "Beaconsfield";
phone_loc[10] = "Chalfont St Giles";
phone_loc[11] = "Watford";

phone_num[0] = "0208 328 3398<br />";
phone_num[1] = "01245 284397";
phone_num[2] = "0800 835 3580";
phone_num[3] = "0800 835 3580";
phone_num[4] = "0800 535 3580";
phone_num[5] = "0800 535 3580";
phone_num[6] = "0800 535 3580";
phone_num[7] = "0800 835 3580";
phone_num[8] = "0800 535 3580";
phone_num[9] = "0800 535 3580";
phone_num[10] = "0800 535 3580";
phone_num[11] = "01923 439074";

function contact_change() {
	var contact_loc = document.getElementById("loc").value;
	var phone_p = document.getElementById("phone");
	if(contact_loc != "Contact Phone No."){
		phone_p.innerHTML = phone_num[parseInt(contact_loc)];
	}
}

function display_contact_box() {
	document.write('<div id="contact">');
  	document.write('<select name="loc" id="loc" onchange="contact_change()">');
    document.write('<option value="Contact Phone No." selected=selected>Contact Phone No.</option>');
	for(i=0; i<phone_loc.length; i++) {
		document.write('<option value="'+ i +'">'+ phone_loc[i] +'</option>');
	}
  	document.write('</select>');
  	document.write('<div id="phone"></div>');
  	document.write('<div id="email"><a href="mailto:ivharper@gmail.com?subject=Carpet Cleaners Network" class="phone"><strong>FREE Instant Online Quote</strong></a></div>');
	document.write('</div>');
}
