function HomeFrame() {
parent.header.location.href = "header.htm";
parent.body.location.href = "home.htm";
}

function ShopFrame() {
parent.header.location.href = "header_about.htm";
parent.body.location.href = "shopfc.html";
}

function TalentsFrame() {
parent.header.location.href = "header_talents.htm";
parent.body.location.href = "tshirt.htm";
}

function AgendaFrame() {
parent.header.location.href = "header_agenda.htm";
parent.body.location.href = "agenda.htm";
}

function FotosFrame() {
parent.header.location.href = "header_fotos.htm";
parent.body.location.href = "fotos.htm";
}

function FlyersFrame() {
parent.header.location.href = "header_flyers.htm";
parent.body.location.href = "flyers.htm";
}

function GboekFrame() {
parent.header.location.href = "header_gboek.htm";
parent.body.location.href = "gboek.htm";
}

function LabelFrame() {
parent.header.location.href = "header_label.htm";
parent.body.location.href = "media.htm";
}

function ContactFrame() {
parent.header.location.href = "header_contact.htm";
parent.body.location.href = "contact.htm";
}

function LinksFrame() {
parent.header.location.href = "header_links.htm";
parent.body.location.href = "links.htm";
}
