function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="home.html" ;break;

	  case 2:window.location="catalog.html" ;break;

	  case 3:window.location="photo.html" ;break;
l
	  case 4:window.location="locate.aspx" ;break;

	  case 5:window.location="contactus.html" ;break;
	  
	}
}