
function overotherpiecesgallery()
{document.otherpiecesgallery.src ="overotherpiecesgallery.jpg"; window.status="Click Here For The Other Pieces Picture Gallery Of My Work";}
function outotherpiecesgallery()
{document.otherpiecesgallery.src ="outotherpiecesgallery.jpg"; window.status="Welcome To Dens Wood Turning .Co .Uk";}
function clickotherpiecesgallery()
{window.location.assign("galleryotherpieces.php");}

function overliddedpotsgallery()
{document.liddedpotsgallery.src ="overliddedpotsgallery.jpg"; window.status="Click Here For The Lidded Pots Picture Gallery Of My Work";}
function outliddedpotsgallery()
{document.liddedpotsgallery.src ="outliddedpotsgallery.jpg"; window.status="Welcome To Dens Wood Turning .Co .Uk";}
function clickliddedpotsgallery()
{window.location.assign("galleryliddedpots.php");}

function overvasesgallery()
{document.vasesgallery.src ="overvasesgallery.jpg"; window.status="Click Here For The Vase Shaped Picture Gallery Of My Work";}
function outvasesgallery()
{document.vasesgallery.src ="outvasesgallery.jpg"; window.status="Welcome To Dens Wood Turning .Co .Uk";}
function clickvasesgallery()
{window.location.assign("galleryvases.php");}

function overbowlsgallery()
{document.bowlsgallery.src ="overbowlsgallery.jpg"; window.status="Click Here For The bowls Picture Gallery Of My Work";}
function outbowlsgallery()
{document.bowlsgallery.src ="outbowlsgallery.jpg"; window.status="Welcome To Dens Wood Turning .Co .Uk";}
function clickbowlsgallery()
{window.location.assign("gallerybowls.php");}

function overplattersgallery()
{document.plattersgallery.src ="overplattersgallery.jpg"; window.status="Click Here For The Platters Picture Gallery Of My Work";}
function outplattersgallery()
{document.plattersgallery.src ="outplattersgallery.jpg"; window.status="Welcome To Dens Wood Turning .Co .Uk";}
function clickplattersgallery()
{window.location.assign("galleryplatters.php");}

function oversinglepiecesgallery()
{document.singlepiecesgallery.src ="oversinglepiecesgallery.jpg"; window.status="Click Here For The Single Pieces Picture Gallery Of My Work";}
function outsinglepiecesgallery()
{document.singlepiecesgallery.src ="outsinglepiecesgallery.jpg"; window.status="Welcome To Dens Wood Turning .Co .Uk";}
function clicksinglepiecesgallery()
{window.location.assign("gallerysinglepieces.php");}

function check()
{
var xemail="";
var xname="";
var xcountry="";
var xcountrytext="";

xemail= document.form1.xemail.value;
xname= document.form1.xname.value;
xcountry= document.form1.countryselect.value;
xcountrytext= document.form1.countrytext.value;


		if (xemail==""){
		alert("Please Type In An Email Address");
		document.form1.xemail.focus();
		return false;}

var test = xemail.match("[<>\{}()%$]");

		if (test!=null){
		alert("Your Email Address Contains illegal charachters : "+ test);
		document.form1.xemail.focus();
		return false;}

	var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
	var address = document.form1.xemail.value;

		if(reg.test(address) == false) {
		alert('Please Type In A Valid Email Address');
		document.form1.xemail.focus();
		return false;
		}

		if (xname==""){
		alert("Please Type In Your Name");
		document.form1.xname.focus();
		return false;}

var test = xname.match("[<>\{}()%$]");

		if (test!=null){
		alert("Your Name Contains illegal charachters");
		document.form1.xname.focus();
		return false;}


if (document.getElementById("countrytext").disabled==true){

		if (xcountry=="0"){
		alert("Please Select Your Country.");
		document.form1.countryselect.focus();
		return false;}
		if (xcountry=="1"){
		alert("Please Select Your Country.");
		document.form1.countryselect.focus();
		return false;}

		if (xcountry=="2"){
		alert("Please Select Your Country.");
		document.form1.countryselect.focus();
		return false;}
}

if (document.getElementById("countrytext").disabled==false){
		if (xcountrytext==""){
		alert("Please Type In Your The Name Of Your Country");
		document.form1.countrytext.focus();
		return false;}
else

var test = xcountrytext.match("[<>\{}()%$]");

		if (test!=null){
		alert("Your Country Name Contains illegal charachters : "+ test);
		document.form1.xcountrytext.focus();
		return false;}
}


document.form1.submit();
return true;
}

function radio1()
{
document.getElementById("countrytext").disabled=true;
document.getElementById("countryselect").disabled=false;
document.getElementById("countrytext").value="";
document.getElementById("countryselect").value="0";
}
function radio2()
{
document.getElementById("countrytext").disabled=false;
document.getElementById("countryselect").disabled=true;
document.getElementById("countrytext").focus();
document.getElementById("countryselect").value="2";
}

document.write('<div class="content" id="content">');

document.write('<div><h3><b>Picture Galleries Of My work.</b></h3></div>');
document.write('<div class="wraph10">');

document.write('<div class="padv10"></div>');

document.write('<div class="pinchcenter">');

document.write('<div>');
document.write('<img class="button" name="liddedpotsgallery" alt="Click Here For The Lidded Pots Picture Gallery Of My Work" src="outliddedpotsgallery.jpg" onClick="clickliddedpotsgallery()" onMouseOver="overliddedpotsgallery()" onMouseOut="outliddedpotsgallery()" />');
document.write('<img class="button" name="vasesgallery" alt="Click Here For The Vase Shaped Picture Gallery Of My Work" src="outvasesgallery.jpg" onClick="clickvasesgallery()" onMouseOver="overvasesgallery()" onMouseOut="outvasesgallery()" />');
document.write('<img class="button" name="bowlsgallery" alt="Click Here For The bowls Picture Gallery Of My Work" src="outbowlsgallery.jpg" onClick="clickbowlsgallery()" onMouseOver="overbowlsgallery()" onMouseOut="outbowlsgallery()" />');
document.write('<img class="button" name="plattersgallery" alt="Click Here For The Platters Picture Gallery Of My Work" src="outplattersgallery.jpg" onClick="clickplattersgallery()" onMouseOver="overplattersgallery()" onMouseOut="outplattersgallery()" />');
document.write('</div>');
document.write('<div>');
document.write('<img class="button" name="otherpiecesgallery" alt="Click Here For The Other Pieces Picture Gallery Of My Work" src="outotherpiecesgallery.jpg" onClick="clickotherpiecesgallery()" onMouseOver="overotherpiecesgallery()" onMouseOut="outotherpiecesgallery()" />');
document.write('<img class="button" name="singlepiecesgallery" alt="Click Here For The Single Piece Picture Gallery Of My Work" src="outsinglepiecesgallery.jpg" onClick="clicksinglepiecesgallery()" onMouseOver="oversinglepiecesgallery()" onMouseOut="outsinglepiecesgallery()" />');
document.write('</div>');

document.write('</div>');



document.write('<div class="padv10"></div>');


document.write('<div>If you would like to recieve a notification by email when this website is updated</div>');
document.write('<div>Please Use The Form Below To Register.</div>');

document.write('<div class="padv10"></div>');

document.write('<div>');
document.write('<div class="pixmail">');
document.write('<form name="form1" action="addemail.php" method="post">');
document.write('<div>Email Address <input class="input1" type="text" name="xemail" /></div>');
document.write('<div class="padv5"></div>');
document.write('<div>Name <input class="input1" type="text" name="xname" /></div>');



document.write('<input type="radio" name="countryfrom" value="1" class="padleft" checked="checked" onclick="radio1()"/>');

document.write('<select name="countryselect" id="countryselect" class="selectcountry">');
document.write('<option value="0" selected="selected">Please Select Your Country</option>');

document.write('<option value="1"></option>');

document.write('<option value="Antigua and Barbuda">Antigua and Barbuda</option>');

document.write('<option value="Argentina">Argentina</option>');

document.write('<option value="Australia">Australia</option>');

document.write('<option value="Austria">Austria</option>');

document.write('<option value="Bangladesh">Bangladesh</option>');

document.write('<option value="Belgium">Belgium</option>');

document.write('<option value="Brazil">Brazil</option>');

document.write('<option value="Bulgaria">Bulgaria</option>');

document.write('<option value="Canada">Canada</option>');

document.write('<option value="Chile">Chile</option>');

document.write('<option value="China">China</option>');

document.write('<option value="Colombia">Colombia</option>');

document.write('<option value="Croatia">Croatia</option>');

document.write('<option value="Czech Republic">Czech Republic</option>');

document.write('<option value="Denmark">Denmark</option>');

document.write('<option value="Estonia">Estonia</option>');

document.write('<option value="Falkland Islands">Falkland Islands</option>');

document.write('<option value="Finland">Finland</option>');

document.write('<option value="France">France</option>');

document.write('<option value="Gabon">Gabon</option>');

document.write('<option value="Germany">Germany</option>');

document.write('<option value="Guadeloupe">Guadeloupe</option>');

document.write('<option value="Guatemala">Guatemala</option>');

document.write('<option value="Hungary">Hungary</option>');

document.write('<option value="Iceland">Iceland</option>');

document.write('<option value="India">India</option>');

document.write('<option value="Iran">Iran</option>');

document.write('<option value="Ireland">Ireland</option>');

document.write('<option value="Israel">Israel</option>');

document.write('<option value="Italy">Italy</option>');

document.write('<option value="Japan">Japan</option>');

document.write('<option value="Kazakhstan">Kazakhstan</option>');

document.write('<option value="Korea">Korea</option>');

document.write('<option value="Kuwait">Kuwait</option>');

document.write('<option value="Lithuania">Lithuania</option>');

document.write('<option value="Luxembourg">Luxembourg</option>');

document.write('<option value="Mexico">Mexico</option>');

document.write('<option value="Morocco">Morocco</option>');

document.write('<option value="Netherlands">Netherlands</option>');

document.write('<option value="New Zealand">New Zealand</option>');

document.write('<option value="Norway">Norway</option>');

document.write('<option value="Peru">Peru</option>');

document.write('<option value="Philippines">Philippines</option>');

document.write('<option value="Poland">Poland</option>');

document.write('<option value="Portugal">Portugal</option>');

document.write('<option value="Puerto Rico">Puerto Rico</option>');

document.write('<option value="Romania">Romania</option>');

document.write('<option value="Russian Federation">Russian Federation</option>');

document.write('<option value="Saudi Arabia">Saudi Arabia</option>');

document.write('<option value="Senegal">Senegal</option>');

document.write('<option value="Slovak Republic">Slovak Republic</option>');

document.write('<option value="Slovenia">Slovenia</option>');

document.write('<option value="South Africa">South Africa</option>');

document.write('<option value="Spain">Spain</option>');

document.write('<option value="Sweden">Sweden</option>');

document.write('<option value="Switzerland">Switzerland</option>');

document.write('<option value="Taiwan">Taiwan</option>');

document.write('<option value="Turkey">Turkey</option>');

document.write('<option value="Ukraine">Ukraine</option>');

document.write('<option value="United Kingdom">United Kingdom</option>');

document.write('<option value="United States">United States</option>');

document.write('<option value="Venezuela">Venezuela</option>');



document.write('<option value="2"></option>');
document.write('</select>');

document.write('<div class="padv5"></div>');

document.write('<div>');
document.write('Other Country : <input type="radio" name="countryfrom" value="2" class="padleft"  onclick="radio2();" />');
document.write('<input type="text" id="countrytext" name="countrytext" class="input1"  disabled="true" />');
document.write('</div>');


document.write('<div class="padv10"></div>');
document.write('<div>Then Click : <input type="button" name="registeremailbtn" class="sendemail" value="Register For Email Notification" onclick="return check()"/></div>');


document.write('</div>');
document.write('</form>');
document.write('</div>');


document.write('<div class="padv10"></div>');
document.write('<div class="padv10"></div>');

document.write('<div>Some of the Woodturners that have contacted me from around the world, have sent me pictures of their work.</div>');
document.write('<div>I have decided to dedicate some of this website to showing these pictures.</div>');

document.write('<div class="padv10"></div>');

document.write('<a class="link" href="others.php">Click Here For Details</a>');

document.write('</div>');


document.write('<div class="center"><a class="scroll" id="scrolltop" href="#" onclick="slowTop();return false">Scroll To Top</a></div>');



document.write('</div>');////end of content





document.write('<div class="footer">&copy; Copyright TQTechhead.Co.Uk 2007. All Rights Reserved</div>');


