function move_menu(num)
{
	switch(num)

	{

	  case 1:top.location="../../product/default.htm" ;break;

	  case 2:top.location="../../tour/default.htm" ;break;

	  case 3:top.location="../../shop/default.htm" ;break;

	  case 4:top.location="../../support/default.htm" ;break;

	  case 5:top.location="newpage.htm" ;break;

	}
}