function writeJS(){
var str='';
str+='  <div class="ddsmoothmenu" id="smoothmenu1" style="WIDTH: 750px" align="left">';
str+='                <ul>';
str+='                  <li> <A title="Home" href="index.html"> <span>Home<\/span><\/A> <\/li>';
str+='                  <li> <A title="About Us" href="#" rel="dropmenu0_c"> <span>About Us<\/span><\/A>';
str+='                      <ul>';
str+='                        <li> <A href="aboutus.html">Company Profile<\/A>';
str+='                        <li> <A href="vision-mission.html">Vision & Mission Statement<\/A>';
str+='                        <li> <A href="core-values.html">Core Values<\/A>';
str+='                        <li> <A href="case-studies.html">Case Studies<\/A> <\/li>';
str+='                      <\/ul>';
str+='                  <\/li>';
str+='                  <li> <A title="Products" href="#" rel="dropmenu1_c"> <span>Products<\/span><\/A>';
str+='                      <ul>';
str+='                        <li> <A title="Products" href="#">Barcode<\/A>';
str+='                            <ul>';
str+='                              <li> <A href="Products_scanner_handheld.html">Scanners<\/A>';
str+='                              <li> <A href="Micro%20Kiosks.html">Micro Kiosks<\/A>';
str+='                              <li> <A href="Mobile%20Computers%20-%20Handheld%20Computers.html">Mobile Computers<\/A>';
str+='                              <li> <A href="PRINTERS%20-%20Mobile.html">Printers<\/A>';
str+='                              <li> <A href="Media.htm">Media<\/A> <\/li>';
str+='                            <\/ul>';
str+='                        <li> <A title="Products" href="#">RFID<\/A>';
str+='                            <ul>';
str+='                              <li> <A title="Readers" href="RFID_Readers.htm">Readers<\/A>';
str+='                              <li> <A href="RFID_Antennas.htm">Antennas<\/A>';
str+='                              <li> <A href="RFID_Printers.htm">Printers<\/A>';
str+='                              <li> <A href="RFID_tags.htm">Tags\/Smart Labels<\/A> <\/li>';
str+='                            <\/ul>';
str+='                        <li> <A href="Wireless.html">Wireless<\/A>';
str+='                        <li> <A href="EAS.html">EAS<\/A>';
str+='                        <li> <A href="Time-Attendance.html">Biometrics<\/A> <\/li>';
str+='                      <\/ul>';
str+='                  <\/li>';
str+='                  <li> <A title="Solutions" href="#" rel="dropmenu3_c"> <span>Verticals<\/span><\/A>';
str+='                      <ul>';
str+='                        <li> <A href="Solutions-retail.html">Retail<\/A>';
str+='                        <li> <A href="Solutions-Warehousing-Logistics.html">Warehousing & Distribution<\/A>';
str+='                        <li> <A href="Solutions-Manufacturing.html">Manufacturing<\/A>';
str+='                        <li> <A href="Solutions-Field-Service.html">Field Service<\/A>';
str+='                        <li> <A href="Solutions-Health-Care.html">Health Care<\/A>';
str+='                        <li> <A href="Solutions-Hospitality.html">Hospitality<\/A>';
str+='                        <li> <A href="Solutions-aviation.html">Aviation<\/A>';
str+='                        <li> <A href="Solutions-Transportation-Logistics.html">Transportation & Logistics<\/A>';
str+='                        <li> <A href="Solutions-Oil-Gas.html">Oil & Gas<\/A>';
str+='                        <li> <A href="Solutions-Goverment.html">Government<\/A> <\/li>';
str+='                      <\/ul>';
str+='                  <\/li>';
str+='                  <li> <A title="Solutions" href="#" rel="dropmenu1_c"> <span>Solutions<\/span><\/A>';
str+='                      <ul>';
str+='                        <li> <A title="Software" href="#">Software Applications<\/A>';
str+='							<ul>';
str+='								<li> <A href="Solutions-Asset-Tracking-System.html">Asset Tracking<\/A>';
str+='								<li> <A href="Solutions-Sales-Force-Automation.html">Van Sales/Route Accounting System<\/A>';
str+='								<li> <A href="Solutions-stocktracking.htm">Stock Tracking<\/A>';
str+='								<li> <A href="Solutions-ShippingApplication.htm">Receiving/Shipping<\/A>';
str+='								<li> <A href="Solutions-SNumberCapturing.htm">Serial Number Capturing<\/A> <\/li>';
str+='								<li> <A href="Solutions-TndA.htm">Time & Attendance<\/A>';
str+='								<\/ul>';
str+='                        <li> <A href="Solutions-WirelessInfrastructure.htm">Wireless Infrastructure<\/A>';
str+='                        <li> <A href="Solutions-RFID.htm">(RFID) Radio Frequency Identification<\/A> <\/li>';
str+='                        <li> <A href="Solutions-RTLS.htm">(RTLS) Real Time Location Systems<\/A> <\/li>';
str+='                      <\/ul>';
str+='                  <\/li>';
str+='                  <li> <A title="Services & Support" href="Services-Support.html"> <span>Services & Support<\/span><\/A> <\/li>';
str+='                  <li> <A title="Partners" href="partners.html"> <span>Partners<\/span><\/A> <\/li>';
str+='                  <li> <A title="Careers" href="career.html"> <span>Careers<\/span><\/A> <\/li>';
str+='                  <li> <A title="Contact" href="contactus.html"> <span>Contact us<\/span><\/A> <\/li>';
str+='                <\/ul>';
str+='            <\/div>';

document.write(str);
}
writeJS();

