var cText = ''

<!-- TOP -->
			cText += '<div class="sdmenu">'
			cText += '<div class="titlehidden">'

<!-- Customer Testimonials -->
				cText += '<div class="titlehidden">'
				cText += '<table cellpadding="0" cellspacing="0" class="title" width="100%">'
				cText += '<tr>'
				cText += '<td valign=top align=left width="13">'
				cText += '<img src="images/triangle_blank.gif"/>'
				cText += '</td>'
				cText += '<td valign=top align=left>'
				cText += '<a href="ourcustomers.htm" class="nav" target="_self">Customer Testimonials</a>'
				cText += '</td>'
				cText += '</tr>'
				cText += '</table>'
				cText += '</div>'
				
				
<!-- Our Services -->
				cText += '<div class="titlehidden">'
				cText += '<table cellpadding="0" cellspacing="0" class="title" width="100%">'
				cText += '<tr>'
				cText += '<td valign=top align=left width="13">'
				cText += '<img src="images/triangle_blank.gif"/>'
				cText += '</td>'
				cText += '<td valign=top align=left>'
				cText += '<a href="ourservices.htm" class="nav" target="_self">Our Services</a>'
				cText += '</td>'
				cText += '</tr>'
				cText += '</table>'
				cText += '</div>'



<!-- How to Submit a Work Order -->
				cText += '<div class="titlehidden">'
				cText += '<table cellpadding="0" cellspacing="0" class="title" width="100%">'
				cText += '<tr>'
				cText += '<td valign=top align=left width="13">'
				cText += '<img src="images/triangle_blank.gif"/>'
				cText += '</td>'
				cText += '<td valign=top align=left>'
				cText += '<a href="submitting.htm" class="nav" target="_self">How to Submit a Work Order</a>'
				cText += '</td>'
				cText += '</tr>'
				cText += '</table>'
				cText += '</div>'

<!-- FAQ's -->
				cText += '<div class="titlehidden">'
				cText += '<table cellpadding="0" cellspacing="0" class="title" width="100%">'
				cText += '<tr>'
				cText += '<td valign=top align=left width="13">'
				cText += '<img src="images/triangle_blank.gif"/>'
				cText += '</td>'
				cText += '<td valign=top align=left>'
				cText += '<a href="faq.htm" class="nav" target="_self">FAQs</a>'
				cText += '</td>'
				cText += '</tr>'
				cText += '</table>'
				cText += '</div>'
				
<!-- Contact Us -->
				cText += '<div class="titlehidden">'
				cText += '<table cellpadding="0" cellspacing="0" class="title" width="100%">'
				cText += '<tr>'
				cText += '<td valign=top align=left width="13">'
				cText += '<img src="images/triangle_blank.gif"/>'
				cText += '</td>'
				cText += '<td valign=top align=left>'
				cText += '<a href="contact.htm" class="nav" target="_self">Contact Us</a>'
				cText += '</td>'
				cText += '</tr>'
				cText += '</table>'
				cText += '</div>'
				
<!-- Print Shop Home -->
				cText += '<div class="titlehidden">'
				cText += '<table cellpadding="0" cellspacing="0" class="title" width="100%">'
				cText += '<tr>'
				cText += '<td valign=top align=left width="13">'
				cText += '<img src="images/triangle_blank.gif"/>'
				cText += '</td>'
				cText += '<td valign=top align=left>'
				cText += '<a href="welcome.htm" class="nav" target="_self">Print Shop Home</a>'
				cText += '</td>'
				cText += '</tr>'
				cText += '</table>'
				cText += '</div>'

<!-- Public Communications Home -->
				cText += '<div class="titlehidden">'
				cText += '<table cellpadding="0" cellspacing="0" class="title" width="100%">'
				cText += '<tr>'
				cText += '<td valign=top align=left width="13">'
				cText += '<img src="images/triangle_blank.gif"/>'
				cText += '</td>'
				cText += '<td valign=top align=left>'
				cText += '<a href="http://www.broward.org/publicinfo/welcome.htm" class="nav" target="_self">Office of Public Communications Home</a>'
				cText += '</td>'
				cText += '</tr>'
				cText += '</table>'
				cText += '</div>'

document.write(cText)