var tooo="two";
var oneee="one";
var output="";
var a ="<table width=100% cellspacing=0 cellpadding=3 border=0 bgcolor=#f9f9f9  xxxstyle =  'border-color:#dddddd;  border-style:solid; border-width:1px;' ><tr><a  href='";
var b="'><td class=one   onmouseover='className=tooo' onmouseout='className=oneee'><a    href='";
var ccc="' class=menulink   title='";
var d="'>";
var e="</a></td></a></tr></table><span style='font-size:5px; color:black;'><br></span>\n";

var link=new Array();
var title=new Array();
var display= new Array();
var c=1;


function linkup(a1,a2,a3){
 link[c]=a1; title[c]=a2; display[c]=a3;
 c++;
} 



  linkup("index.html","HOME","Home");
  linkup("hear.html","Hear the Loudenlow on your computer speakers","Hear it now");
  linkup("testimonials.html","What our customers have said about us","Testimonials");
  linkup("specs.html","Specs for the Loudenlow Model NPN","Specs");
  linkup("pictures.html","Pictures of the Loudenlow Model NPN","Pictures");
  linkup("order.html","Order and Price","Pricing & Ordering");
  linkup("aboutus.html","Company Information","About Us");
  linkup("faq.html","Frequently Asked Questions","FAQ");
  linkup("contact.html","Contact the company...    ","Contact Us");
  linkup("kids.html","Children often do not hear smoke alarms","Children & Smoke Alarms");
  linkup("https://darro001.secure.omnis.com/veterans.php","Veterans may receive smoke alarms at no cost", "VETERANS");




var total_links=c-1;

for (var i=1; i<=total_links; i++){
 output = a + link[i] + b + link[i] + ccc + title[i] + d + display[i] + e;  
 document.write(output);
}