function menu_link(num)
{
	switch(num)

	{

	  case 1:window.location="Index.html" ;break;

	  case 2:window.location="Products.htm" ;break;

	  case 3:window.location="Operations.htm" ;break;

	  case 4:window.location="Ask_Us.htm" ;break;

	  case 5:window.location="Whats_New.htm" ;break;

	  case 6:window.location="Privacy_Policy.htm" ;break;

	  case 7:window.location="TradeLink.htm" ;break;
	  

	}
}
