﻿
var a=1;
	
   function showimage(s)
   {
   document.getElementById("tdimg"+a).innerHTML="&nbsp;";
   document.getElementById("tdimg"+s).innerHTML="<center><img src='img/arrow.jpg'><center>"
   
   a=s;
   
   if(s==2)
   {
   document.getElementById("imglarge").src="img/circle/large/rajgreen.jpg";
  
   document.getElementById("dpaving").innerHTML="<b>Raj Green</b><p></p><table cellspacing='6' border=0  cellpadding='2' style='font-size:13px;width:100%' ><tr><td class='tdheadtop' colspan='3'>Pack Code #1</td></tr><tr ><td rowspan=5 style='padding:10px;'><div style='padding:5px;border:1px solid rgb(194,194,135);background-color:rgb(240,250,220);color:black;padding-top:5px;padding-bottom:5px;font-size:14px;line-height:30px'>Quantity Per Pack: 1 Set &nbsp;3.30 Mtrs <br/> Price Per Pack: &nbsp;£349  <br /><span style='font-size:12px'>( including Delivery and VAT )</span></div></td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr><tr><td colspan=3>&nbsp;</td></tr><tr><td colspan=3>&nbsp;</td></tr><tr><td colspan='3'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'><input type='hidden' name='cmd' value='_xclick' /><input type='hidden' name='business' value='spoonersturf@aol.com' /><input type='hidden' name='undefined_quantity' value='1' /><input type='hidden' name='item_name' value='1 Circle Set of Indian Sandstone of approximately 3.30 metre diameter with Free Delivery within our standard Delivery Area' /><input type='hidden' name='item_number' value='#1' /><input type='hidden' name='amount' value='349.00' /><input type='hidden' name='no_shipping' value='1' /><input type='hidden' name='return' value='http://www.Indian-Sandstone.net/circles.htm' /><input type='hidden' name='cancel_return' value='http://www.Indian-Sandstone.net/circles.htm' /><input type='hidden' name='currency_code' value='GBP' /><input type='hidden' name='lc' value='GB' /><input type='hidden' name='tax' value='0.00' /><input type='hidden' name='bn' value='PP-BuyNowBF' /><input type='hidden' id='os0' name='os0' value='Raj Green' /><input type='hidden' name='on0' value='Colour of Indian Circles' /><input name='submit' type='image' src='img/PayPal.gif' alt='Click this PayPal button to buy quality Indian Sandstone from Spooners Turf: using PayPal is fast, free and secure!' align='middle' /></form></td></tr></table>";
  
  
  //document.getElementById("os0").value="Raj Green";

// WDB 090621 0238:  "Paving" should read as "Circle":             document.getElementById("imglarge").alt="Raj Green Paving";

document.getElementById("imglarge").alt="Raj Green Circle";

   }
   else if(s==1)
   {
    
   document.getElementById("imglarge").src="img/circle/large/mintfossil.jpg";
   
   
// WDB 090621 0241: Should be using dir circle & not dir cobble: document.getElementById("imglarge").src="img/cobble/large/mintfossil.jpg";


// document.getElementById("dpaving").innerHTML="<b>MINT FOSSIL</b><BR>THIS SPACE IS FOR MINT FOSSIL";
  
  //document.getElementById("imglarge").src="img/floortiles/large/mintfossil.jpg";
   document.getElementById("dpaving").innerHTML="<b>Mint Fossil</b><p></p><table cellspacing='6' border=0  cellpadding='2' style='font-size:13px;width:100%' ><tr><td class='tdheadtop' colspan='3'>Pack Code #1</td></tr><tr ><td rowspan=5 style='padding:10px;'><div style='padding:5px;border:1px solid rgb(194,194,135);background-color:rgb(240,250,220);color:black;padding-top:5px;padding-bottom:5px;font-size:14px;line-height:30px'>Quantity Per Pack: 1 Set &nbsp;3.30 Mtrs <br/> Price Per Pack: &nbsp;£349  <br /><span style='font-size:12px'>( including Delivery and VAT )</span></div></td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr><tr><td></td><td></td></tr><tr><td colspan=3>&nbsp;</td></tr><tr><td colspan=3>&nbsp;</td></tr><tr><td colspan='3'><form action='https://www.paypal.com/cgi-bin/webscr' method='post'><input type='hidden' name='cmd' value='_xclick' /><input type='hidden' name='business' value='spoonersturf@aol.com' /><input type='hidden' name='undefined_quantity' value='1' /><input type='hidden' name='item_name' value='1 Circle Set of Indian Sandstone of approximately 3.30 metre diameter with Free Delivery within our standard Delivery Area' /><input type='hidden' name='item_number' value='#1' /><input type='hidden' name='amount' value='349.00' /><input type='hidden' name='no_shipping' value='1' /><input type='hidden' name='return' value='http://www.Indian-Sandstone.net/circles.htm' /><input type='hidden' name='cancel_return' value='http://www.Indian-Sandstone.net/circles.htm' /><input type='hidden' name='currency_code' value='GBP' /><input type='hidden' name='lc' value='GB' /><input type='hidden' name='tax' value='0.00' /><input type='hidden' name='bn' value='PP-BuyNowBF' /><input type='hidden' id='os0' name='os0' value='Mint Fossil' /><input type='hidden' name='on0' value='Colour of Indian Circles' /><input name='submit' type='image' src='img/PayPal.gif' alt='Click this PayPal button to buy quality Indian Sandstone from Spooners Turf: using PayPal is fast, free and secure!' align='middle' /></form></td></tr></table>";
   
   
//document.getElementById("os0").value="Mint Fossil Tiles";
   
//document.getElementById("os0").value="Mint Fossil";
document.getElementById("imglarge").alt="Mint Fossil Circle";
   
     
     
      }
   
   
   }
    
	
	function load1()
	{
	  document.getElementById("tdimg1").innerHTML="<center><img src='img/arrow.jpg'><center>"

	}
