function movep(p) 
{
	switch(p)
	{
		case 1:
			top.header.location.href = "header.html";
			top.main.location.href = "news/news.php";
			break;
		case 2:
			top.header.location.href = "header_2.html";
			top.main.location.href = "concept/concept.html";
			break;
		case 3:
			top.header.location.href = "header_3.html";
			top.main.location.href = "shoplist/friendly_shop.html";
			break;
		case 4:
			top.header.location.href = "header_4.html";
			top.main.location.href = "catalogue/catalogue.html";
			break;
		case 5:
			top.header.location.href = "header_5.html";
			top.main.location.href = "shopping/shopping_main.html";
			break;
		case 6:
			top.header.location.href = "header_6.html";
			top.main.location.href = "wholesale/wholesale.html";
			break;
	}
}

