function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="http://www.superhealthykids.com/recipelist.htm" ;break;

	  case 2:window.location="http://blog.superhealthykids.com" ;break;

	  case 3:window.location="http://www.superhealthykids.com/products.htm" ;break;

	  case 4:window.location="http://mom.superhealthykids.com" ;break;

	  case 5:window.location="http://blog.superhealthykids.com/giveaways" ;break;
	  
	}
}
