<!-- Begin SIDEBAR LEFT


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




// START TOPIC 1

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

document.write('Our Products:');

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


// START SIDEBAR LINKS - YOU CAN COPY AND PASTE A LINE TO ADD A LINK

document.write('<a href="index.html">Home/Portfolio</a><br>');
document.write('<a href="portfolio2.htm">Portfolio2</a><br>');

document.write('<a href="portfolio3.htm">Portfolio3</a><br>');
document.write('<a href="gallery1.htm">Gallery One</a><br>');
document.write('<a href="gallery2.htm">Gallery Two</a><br>');
document.write('<a href="gallery3.htm">Gallery Three</a><br>');
document.write('<a href="gallery4.htm">Gallery Four</a><br>');
document.write('<a href="gallery5.htm">Gallery Five</a><br>');
document.write('<a href="gallery6.htm">Gallery Six</a><br>');
document.write('<a href="gallery7.htm">Gallery Seven</a><br>');
document.write('<a href="gallery8.htm">Gallery Eight</a><br>');

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




// START TOPIC 2


document.write('<br>');

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

document.write('Our Promise:');

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

document.write('We\'ll give your business a top quality web presence that would normally cost hundreds of pounds more at other firms that offer the same level of quality. Our top priority is to provide you with the best customer service possible.  <a href="ourservice.htm">Click for details</a><br>');

document.write('<center>');
document.write('<img src="picts/shipping.gif" border="0"><br>');
document.write('</center>');

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






// START TOPIC 3



document.write('<br>');

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

document.write('Our Services:');

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

document.write('  Design -<BR>');
document.write('  Website Design -<BR>'); 
document.write('  Website ReDesign -<BR>'); 
document.write('  Service oriented web solutions<BR>');  
document.write('  Static HTML ASP PHP SQL MySQL programming -<BR>');  
document.write('  Dynamic online catalogues -<BR>');  
document.write('  E-commerce solutions including shopping carts -<BR>');
document.write('  Payment gateway solutions -<BR>'); 
document.write('  Content Management systems Using Visual Basic, Access, SQL Server, SQL -<BR>'); 
document.write('  Forums -<BR>'); 
document.write('  E-marketing -<BR>'); 
document.write('  Business Cards -<BR>');
document.write('  Preparation for Digital Printing -<BR>');
document.write('  Book  Cover Design -<BR>');
document.write('  Graphic Design -<BR>');
document.write('  Booklets -<BR>');
document.write('  Brochures -<BR>');
document.write('  Flyers -<BR>');



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










// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT




var extra_paragraph 	= "yes"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "yes") {

// START TOPIC 4

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

document.write('Content Management:');

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

document.write('Please click here for <a href="ourservice.htm">ourservice</a> on Content Management systems.<br>');

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

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

}




//  End -->

