// JavaScript Document
function presentacio() {

parent.general.location.href="../presentacio/general.htm";
parent.info.location.href="http://www.ub.edu/prehist/master/presentacio/left.htm";
parent.main.location.href="http://www.ub.edu/prehist/master/presentacio/main.htm";

}
function matriculacio() {

parent.general.location.href="../matriculacio/general.htm";
parent.info.location.href="http://www.ub.edu/prehist/master/matriculacio/left.htm";
parent.main.location.href="http://www.ub.edu/prehist/master/matriculacio/main.htm";

}

function documents() {

parent.general.location.href="../documents/general.htm";
parent.info.location.href="http://www.ub.edu/prehist/master/documents/left.htm";
parent.main.location.href="http://www.ub.edu/prehist/master/documents/main.htm";

}

function coordinacio() {

parent.general.location.href="../coordinacio/general.htm";
parent.info.location.href="http://www.ub.edu/prehist/master/coordinacio/left.htm";
parent.main.location.href="http://www.ub.edu/prehist/master/coordinacio/main.htm";

}

function preinscripcio() {

parent.general.location.href="../preinscripcio/general.htm";
parent.info.location.href="http://www.ub.edu/prehist/master/preinscripcio/left.htm";
parent.main.location.href="http://www.ub.edu/prehist/master/preinscripcio/inscripcio.htm";

}

