<!--

//данная функция создаёт переменные - код HTML меню страницы и выводит эти перепенные на печать.



function menuprint()

{
			
			
			 
			 
			
			

	
	var m0=('&nbsp&nbsp<font color="White" style="text-decoration: none"><i>ГЛАВНОЕ МЕНЮ>>>:</i> &nbsp&nbsp&nbsp&nbsp</font> &nbsp&nbsp&nbsp');
	var m1=('&nbsp&nbsp <a href="http://sale.coinss.ru"><font color="White" style="text-decoration: none">На главную</font></a> &nbsp&nbsp&nbsp');
	var m2=('&nbsp&nbsp <a href="http://sale.coinss.ru/Coins/Usa_dollar_ni.html"><font color="White" style="text-decoration: none">Монеты</font></a>');
	var m3=('&nbsp&nbsp <a href="http://sale.coinss.ru/Antikvariat/Dereven.html"><font color="White" style="text-decoration: none">Антиквариат</font></a>');
	var m4=('&nbsp&nbsp <a href="http://sale.coinss.ru/Litra/Litra.html"><font color="White" style="text-decoration: none">Аксессуары</font></a>');
	var m5=('&nbsp&nbsp <a href="http://sale.coinss.ru/Orden/Kopii_crosses.html"><font color="White" style="text-decoration: none">Награды</font></a>');
	var m6=('&nbsp&nbsp <a href="http://sale.coinss.ru/Opt/Opt_Usa.html"><font color="White" style="text-decoration: none">ОПТОВИКАМ</font></a>');
	var m7=('&nbsp&nbsp <a href="http://sale.coinss.ru/Military/Military.html"><font color="White" style="text-decoration: none">Военные вещи <img src="New.gif"></font></a> </b></font>');

	document.write(m0,m1,m2,m3,m4,m5,m6,m7);



}





menuprint();

-->

