var ll=new Array();var la=new Array();lh=new Array();

ll[0]="ABOUT US";la[0]="Background information about socksfromholland.com.";lh[0]="about-us.htm";
ll[1]="CONDITIONS";la[1]="No wall of text, but just four things that go without saying.";lh[1]="econditions.htm";
ll[2]="DELIVERY";la[2]="Information about how your socks are shipped.";lh[2]="edelivery.htm";
ll[3]="CONTACT";la[3]="Contact and company information.";lh[3]="econtact.htm";
ll[4]="QUESTIONS";la[4]="The most common questions from customers, plus the answers of course.";lh[4]="socksfaq.htm";
ll[5]="PRIVACY";la[5]="Information about how we handle your data.";lh[5]="eprivacy.htm";
for (t=0;t<ll.length;t++)
{
 if (document.URL.indexOf(lh[t])>-1){document.write('<span class="mlinkoff2">'+ll[t]+'</span>');}
 else{document.write('<a title="'+la[t]+'" href="'+lh[t]+'">'+ll[t]+'</a>');}
 if (t<ll.length-1){document.write(' | ');}
}
