
function tosideload(side) 
{ //wechseln eines Frame-Inhaltes
parent.Mainpart.location.href = side;
}

function tonavload (nav)
{ //wechseln eines Frame-Inhaltes 
parent.Navigation.location.href = nav;
}

function toheadload(head) 
{ //wechseln eines Frame-Inhaltes
parent.Header.location.href = head;
}
