function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="Customer Care.htm" ;break;

	  case 2:window.location="https://id303.securedata.net/fabricletters.com/merchantmanager/v2_5/index.php?cPath=1" ;break;

	  case 3:window.location="https://id303.securedata.net/fabricletters.com/merchantmanager/v2_5/index.php?cPath=2" ;break;

	  case 4:window.location="https://id303.securedata.net/fabricletters.com/merchantmanager/v2_5/shopping_cart.php";break;

	}
}