function menu_link(num)

{

	switch(num)



	{



	  case 1:window.location="Plush-Toys-and-Dolls.html" ;break;



	  case 2:window.location="Clothing-and-Jewelry.html" ;break;



	  case 3:window.location="Books-and-DVDs.html" ;break;



	  case 4:window.location="Gifts-and-Nursery.html" ;break;



	}

}