            document.writeln('<div class="inside">');
                document.writeln('<div class="container">');
                	document.writeln('<div class="col-1">');
                    	document.writeln('<h2>Company</h2>');
                        document.writeln('<ul>');
                            document.writeln('<li><a href="about.html">About us</a></li>');
                            document.writeln('<li><a href="contacts.html">Contact</a></li>');
                            document.writeln('<li><a href="testimonials1.html">Testimonials</a></li>');
                        document.writeln('</ul>');
                    document.writeln('</div>');
                    document.writeln('<div class="col-1">');
                    	document.writeln('<h2>Products</h2>');
                        document.writeln('<ul>');
                            document.writeln('<li><a href="quicktouch.html">QuickTouch</a></li>');
                            document.writeln('<li><a href="nexgen.html">NexGen</a></li>');
                            document.writeln('<li><a href="hardware.html">Hardware</a></li>');
                        document.writeln('</ul>');
                    document.writeln('</div>');
                    document.writeln('<div class="col-1">');
                    	document.writeln('<h2>Services</h2>');
                        document.writeln('<ul>');
                            document.writeln('<li><a href="guardian.html">Guardian</a></li>');
                            document.writeln('<li><a href="training.html">Training</a></li>');
                            document.writeln('<li><a href="installation.html">Installations</a></li>');
							document.writeln('<li><a href="tradeshow.html">Trade Show</a></li>');
                        document.writeln('</ul>');
                    document.writeln('</div>');
                    document.writeln('<div class="col-2">');
                    	document.writeln('<h2>Support</h2>');
                        document.writeln('<ul>');
                            document.writeln('<li><a href="howto.html">How-To</a></li>');
                            document.writeln('<li><a href="videos.html">Videos</a></li>');
                            document.writeln('<li><a href="faq.html">FAQs</a></li>');
                            document.writeln('<li><a href="techtips.html">Tips/Tricks</a></li>');
                        document.writeln('</ul>');
                    document.writeln('</div>');
                    document.writeln('<div class="col-3">');
                    	document.writeln('<a href="logmein.html"><img alt="" src="images/logmein123logo.jpg" class="img-indent2" ></a>');
						document.writeln('<a href="http://www.teamviewer.com/download/TeamViewerQS_en.exe"><img alt="" src="images/teamviewer.png" class="img-indent2" ></a>');
                    document.writeln('</div>');
                document.writeln('</div>');
            document.writeln('</div>');

