function contacto(){
	location.href='../contacto/index.html';
}
function introduccion(){
	location.href='../introduccion/index.html';
}
function Eventos(){
	location.href='../eventos/index.html';
}
function Tienda(){
	location.href='../tienda/index.html';
}
function colecciones(coleccion){
switch (coleccion) {
	case 1: //Invierno 2008
		location.href='../colecciones/invierno08/index.html';
		break;
	case 2: //Primavera 2009
		location.href='../colecciones/primavera09/index.html';
		break;
	case 3: //Primavera 20º0
		location.href='../colecciones/invierno10/index.html';
		break;
}
}