function show_menu() {

document.write(
'<a href="index.html">Emoticons 1</a><br>'+
'<a href="emoticons2.html">Emoticons 2</a><br>'+
'<a href="emoticons3.html">Emoticons 3</a><br>'+
'<a href="emoticons4.html">Emoticons 4</a><br>'+
'<a href="emoticons5.html">Emoticons 5</a><br>'+
'<a href="emoticons6.html">Emoticons 6</a><br>'+
'<a href="emoticons7.html">Emoticons 7</a><br>'+
'<a href="emoticons8.html">Emoticons 8</a><br>'+
'<a href="emoticons9.html">Emoticons 9</a><br>'+
'<a href="emoticons10.html">Emoticons 10</a><br>'
);
}
show_menu();
