function toysworld()
{
var str =""+
"<table width='100%' border='1' cellspacing='2' cellpadding='2' bordercolor='#cccccc'>"+
     "<tr> <td bgcolor='021b78'> <font color='#FFFFFF'><b>Toys world</b></font></td></tr>"+
     "<tr>"+ 
               "<td>"+ 
                  "<ul>"+
                    "<li>3 Wheels Motorbike</li>"+
					"<br><a href='http://www.goldenltd.com/toysworld/motorbike/a.htm'>A</a> "+
					"<a href='http://www.goldenltd.com/toysworld/motorbike/b.htm'>B</a> "+
					"<a href='http://www.goldenltd.com/toysworld/motorbike/c.htm'>C</a> "+				
					"<a href='http://www.goldenltd.com/toysworld/motorbike/d.htm'>D</a> "+	
				    "<li>4 Wheels Car</li>"+
					"<br><a href='http://www.goldenltd.com/toysworld/car/a.htm'>A</a> "+
					"<a href='http://www.goldenltd.com/toysworld/car/b.htm'>B</a> "+	
					"<a href='http://www.goldenltd.com/toysworld/car/c.htm'>C</a> "+		
					"<a href='http://www.goldenltd.com/toysworld/car/d.htm'>D</a> "+		
					"<a href='http://www.goldenltd.com/toysworld/car/e.htm'>E</a> "+		
                    "<li>4 Wheels Jeep</li>"+ 
					"<br><a href='http://www.goldenltd.com/toysworld/jeep/a.htm'>A</a> "+
					"<a href='http://www.goldenltd.com/toysworld/jeep/b.htm'>B</a> "+
					"<a href='http://www.goldenltd.com/toysworld/jeep/c.htm'>C</a> "+
					"<a href='http://www.goldenltd.com/toysworld/jeep/d.htm'>D</a> "+
					"<a href='http://www.goldenltd.com/toysworld/jeep/e.htm'>E</a> "+
					"<li>4 Wheels Quad</li>"+ 
					"<br><a href='http://www.goldenltd.com/toysworld/quad/a.htm'>A</a> "+
					"<a href='http://www.goldenltd.com/toysworld/quad/b.htm'>B</a> "+
					"<li>4 Wheels Kart</li>"+ 
					"<br><a href='http://www.goldenltd.com/toysworld/kart/a.htm'>A</a> "+
					"<a href='http://www.goldenltd.com/toysworld/kart/b.htm'>B</a> "+
					"<li>4 Wheels Funny Car</li>"+ 
					"<br><a href='http://www.goldenltd.com/toysworld/funny/a.htm'>A</a> "+					
					"</ul>"+
                "</td>"+
              "</tr>"+
           " </table>";
 document.writeln(str);
}
//->


function pushchair()
{
var str =""+
"<table width='100%' border='1' cellspacing='2' cellpadding='2' bordercolor='#cccccc'>"+
     "<tr> <td bgcolor='021b78'> <font color='#FFFFFF'><b>Stroller &amp; walker</b></font></td></tr>"+
     "<tr>"+ 
               "<td>"+ 
                  "<ul>"+  				
                    "<li>Pram</li>"+
					"<br><a href='http://www.goldenltd.com/pushchair/pram/a.htm'>A</a> "+		
					"<a href='http://www.goldenltd.com/pushchair/pram/b.htm'>B</a>"+		
					"<li>Jogger</li>"+
					"<br><a href='http://www.goldenltd.com/pushchair/jogger/a.htm'>A</a>"+		
					"<li>Walker</li>"+
					"<br><a href='http://www.goldenltd.com/pushchair/walker/a.htm'>A</a>"+		
					"</ul>"+		
                "</td>"+
              "</tr>"+
           " </table>";
 document.writeln(str);
}