function move_menu(num)
{
	switch(num)

	{

	  case 1:window.location="main.html" ;break;

	  case 2:window.location="services.html" ;break;

	  case 3:window.location="about_us.html" ;break;

	  case 4:window.location="gallery.html" ;break;

	  case 5:window.location="contact_us.html" ;break;

	  case 6:window.location="rate_quotes.html" ;break;

	}
}