// HEADER - USE lowercase FOR ALL OPTIONS // GRAPHIC AND TEXT LOGO var logotext = "Your Website Title" // TEXT LOGO TEXT var logotype = "graphic" // LOGO TYPE | graphic | text | var logoalign = "center" // LOGO ALIGN | left | center | right | var logolink = "index.html" // LINK FOR LOGO // SHOW ICONS - | yes | no | (Edit links below) DO NOT USE MORE THAN 6 ICONS var facebookSH = "yes" // FACEBOOK var twitterSH = "yes" // TWITTER var linkedinSH = "no" // LINKEDIN var slideshowSH = "yes" // SLIDESHOW var pdfSH = "yes" // PDF var videoSH = "yes" // VIDEO var locationSH = "no" // LOCATION var nonmobileSH = "no" // NON-MOBILE SITE LINK var searchSH = "no" // SEARCH var helpSH = "yes" // HELP var contactSH = "yes" // CONTACT var homeSH = "yes" // HOME var iconcolor = "white" // ICON COLOR | black | white | // COPYRIGHT 2015 © Allwebco Design Corporation // Unauthorized use or sale of this script is strictly prohibited by law // START HEADER BAR document.write('
'); // START CLICK MENU document.write(''); // END CLICK MENU // START HEADER ICONS -- EDIT LINKS IN THIS AREA document.write('
'); // FACEBOOK if (facebookSH == "yes") { document.write('
'); document.write('Connect on Facebook'); document.write('
'); } // TWITTER if (twitterSH == "yes") { document.write('
'); document.write('Follow us on twitter'); document.write('
'); } // LINKEDIN if (linkedinSH == "yes") { document.write('
'); document.write('Connect on LinkedIn'); document.write('
'); } // NON-MOBILE if (nonmobileSH == "yes") { document.write('
'); document.write('Non-Mobile Version'); document.write('
'); } // SLIDESHOWS if (slideshowSH == "yes") { document.write('
'); document.write('Photos'); document.write('
'); } // PDFS if (pdfSH == "yes") { document.write('
'); document.write('PDFs'); document.write('
'); } // VIDEO if (videoSH == "yes") { document.write('
'); document.write('Video'); document.write('
'); } // LOCATION if (locationSH == "yes") { document.write('
'); document.write('Location'); document.write('
'); } // SEARCH if (searchSH == "yes") { document.write('
'); document.write('Search'); document.write('
'); } // HELP SITE MAP if (helpSH == "yes") { document.write('
'); document.write('Help'); document.write('
'); } // CONTACT if (contactSH == "yes") { document.write('
'); document.write('Contact Us'); document.write('
'); } // HOME if (homeSH == "yes") { document.write('
'); document.write('Home'); document.write('
'); } document.write('
'); // END HEADER ICONS document.write('
'); // END HEADER BAR // CLEAR FLOATS document.write('
 
'); // START GRAPHIC & TEXT LOGO document.write('
'); if (logotype == "graphic") { document.write(''); } if (logotype == "text") { document.write('
'); } document.write('
');