// JavaScript Document
window.document.write('<div id="menu1Container">');
window.document.write('<div id="menu1Content" style="position: relative; left: 0; text-align: left;" class="menu">');
window.document.write('<div class="options">');
window.document.write('<a href="free_estimate.html" class="drop">A. Get A Free Estimate</a>');
window.document.write('<a href="collection.html" class="drop">B. We Organise Collection</a>');
window.document.write('<a href="leave_the_rest.html" class="drop">C. Leave The Rest To Us</a>');
window.document.write('</div>');
window.document.write('</div>');
window.document.write('</div>');

window.document.write('<div id="menu2Container">');
window.document.write('<div id="menu2Content" style="position: relative; left: 0; text-align: left;" class="menu">');
window.document.write('<div class="options">');	
window.document.write('<a href="faqs.html" class="drop">FAQs</a>');
window.document.write('<a href="your_guarantee.html" class="drop">Your Guarantee</a>');
window.document.write('<a href="repair_work.html" class="drop">Typical Laptop Faults</a>');
window.document.write('<a href="Laptop-LCD-Repair-Instructions.html" class="drop">LCD Removal guide</a>');
window.document.write('</div>');
window.document.write('</div>');
window.document.write('</div>');


