<!-- Begin SIDEBAR LEFT



var paypal_email	="eliz.downing@ntlworld.com"	// ADD YOUR PAYPAL E-MAIL FOR THE VIEW CART
var your_domain		="shinebydesign.co.uk"	// FOR NEWSLETTER FORM ADD YOUR DOMAIN HERE
var newsletter		= "yes"	  		// SHOW NEWSLETTER FORM
var extra_paragraph 	= "no"	  		// SHOW ANOTHER PARAGRAPH AT THE BOTTOM
var showimage		= "no"			// SHOW A LINKED SIDEBAR IMAGE
var showscroller	= "yes"			// SHOW THE SCROLLER
var bordercolor		= "999999"		// SCROLLER BORDER COLOR




// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')




// START TOPIC ONE

document.write('<span class="sidebartitle">');

document.write('Here to Help:<br>');

document.write('</span><span class="sidebartext">');




// START VIEW CART FORM
document.write('<img src="picts/cart-paypal.gif" alt="here to help!" vspace="10"><br>');

document.write('<a href="contact.htm"><img src="picts/cart-view-off.gif" border="0" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"><br>');


document.write('</span>');



// SCROLLER CODE EDIT 3 HTML FILES IN THE SCROLLER FOLDER

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write(' ')
}
else {

   if (showscroller == "yes") {
document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
}
}





// SMALL PICTURE AREA
   if (showimage == "yes") {
document.write('<center><a href="about.htm"><img src="picts/sidebar-right1.jpg" border="1" vspace="5"></a><br></center>');
}





// START NEWSLETTER TOPIC


document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Newsletter:<br>');

document.write('</span><span class="sidebartext">');

document.write('Signup for the latest news, specials and additions.<br>');




// START NEWSLETTER FORM AREA

if (newsletter == "yes") {

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

document.write('<TABLE cellpadding="3" cellspacing="0" border="0" class="newstable"><tr><td>');
document.write('<TABLE cellpadding="1" cellspacing="0" border="0"><tr><td colspan="2" class="newstext">');
document.write('Subscribe to our newsletter:<br>');
document.write('</td></tr><tr><td align="left">');
document.write('<form action="/cgi-bin/FormMail.pl" method="POST">');
document.write('<INPUT TYPE="HIDDEN" name="recipient" value="eliz.downing@ntlworld.com">');
document.write('<INPUT TYPE="HIDDEN" NAME="redirect" VALUE="http://www.shinebydesign.co.uk/thanks2.htm">');
document.write('<INPUT TYPE="HIDDEN" NAME="required" VALUE="email">');
document.write('<INPUT TYPE="HIDDEN" name="sort" value="email">');
document.write('<INPUT TYPE="TEXT" name="email" SIZE="16" value="your@email.com" onFocus="clearText(this)" class="submitbutton"><br>');
document.write('</td><td align="left">');
document.write('<INPUT TYPE="image" SRC="picts/search-off.gif" border="0" onmouseover="this.src=\'picts/search-on.gif\'" onmouseout="this.src=\'picts/search-off.gif\'" alt="Join Newsletter"><br>');
document.write('</form>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');


document.write('Our newsletter is a free periodical email with a selection of snippets of info and adds from all our clients in order to enhance and bring traffic to your website and help introduce you to each other, and hopefully make them your friends and customers also.Your PRIVACY will be respected at all times and on no account will your email address be divulged to any other parties.<br>');

document.write('</span>');

}

// END NEWSLETTER FORM AREA








// START TOPIC 4


document.write('<br>');

document.write('<div class="sidebar">');

document.write('<span class="sidebartitle">');

document.write('Testimonials');

document.write('<br></span><span class="sidebartext">');

document.write('See what our clients say about us<a href="about.htm"><BR>Click Here</a> <br>');

document.write('</span>');



// START TOPIC 4


document.write('<br>');

document.write('<div class="sidebar">');

document.write('<span class="sidebartitle">');

document.write('Design');

document.write('<br></span><span class="sidebartext">');

document.write('Need a Catalogue, business card or leaflet design?<a href="design.htm"><BR>Click Here</a> <br>');

document.write('</span>');







// THIS IS AN EXTRA PARAGRAPH



   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Paragraph Title:');

document.write('<br></span><span class="sidebartext">');

document.write('This is an extra paragraph with a linked image you can turn on by changing the above to a yes.<br>');

document.write('<center><a href="about.htm"><img src="picts/sidebar-right2.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}




//  End -->
