<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menuside	="left"		// MENU ALIGN | left | center | right



document.write('<table cellpadding="0" cellspacing="0" border="0" class="menu-table"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td align="center">');



// START LINKS COPY AND PASTE 2 LINES TO ADD A NEW BUTTON


document.write('<a href="index.html" class="menu firstmenu" title="Florian & Sons Excavating offers a full range of excavating services, ND and MN septic system installation and crane rental.">Home</a>');
document.write('</td><td align="center">');



// document.write('<a href="about.htm" class="menu">About Us</a>');
// document.write('</td><td align="center">');



document.write('<a href="services.htm" class="menu" title="Florian & Sons Excavating provides a full range of services to the construction industry.">Services</a>');
document.write('</td><td align="center">');



document.write('<a href="projects.htm" class="menu" title="Florian & Sons Excavating provides project services to the construction industry.">Projects</a>');
document.write('</td><td align="center">');



// document.write('<a href="https://vir-sys.com/ecommerce/GSOrder.cfm" class="menu">Order</a>');
// document.write('</td><td align="center">');



// document.write('<a href="clients.htm" class="menu">Clients</a>');
// document.write('</td><td align="center">');



// document.write('<a href="PDFgallery.htm" class="menu">PDF Files</a>');
// document.write('</td><td align="center">');



document.write('<a href="associations.htm" class="menu" title="Florian & Sons Excavating is associated with profession construction  organizations.">Associations</a>');
document.write('</td><td align="center">');


document.write('<a href="history.htm" class="menu" title="With over 40 pieces of heavy equipment and a fleet of dump trucks and lo-boys, Florian & Sons is ready to service any customers needs.">History</a>');
document.write('</td><td align="center">');


document.write('<a href="contact.htm" class="menu" title="If you have any questions regarding our products or services, please contact Florian & Sons Excavating at info@floriansexcavating.com">Contact Us</a>');
document.write('</td><td align="center">');






document.write('</td></tr></table>');
document.write('</td></tr></table>');


//  End -->
