

function zeigstartseite(URI,Framename){

         parent[Framename].location.href = URI;
         parent["schriftzug"].location.href = "../00_hintergrundbilder/frameset_rand_grau_01.html";
         parent["navigation"].location.href = "../02_navigation/navigation_urzustand.html";
}

function zeigkontaktseite(URI,Framename){

         parent[Framename].location.href = URI;
         parent["schriftzug"].location.href = "../00_hintergrundbilder/frameset_rand_grau_schriftzug.html";
         parent["navigation"].location.href = "../02_navigation/navigation_urzustand.html";
}

function zeigegalerieseite(URI,Framename){

         parent[Framename].location.href = URI;
         parent["schriftzug"].location.href = "../00_hintergrundbilder/frameset_rand_grau_schriftzug.html";
         parent["navigation"].location.href = "../02_navigation/navigation_urzustand.html";
}

function zeigelinksseite(URI,Framename){

         parent[Framename].location.href = URI;
         parent["schriftzug"].location.href = "../00_hintergrundbilder/frameset_rand_grau_schriftzug.html";
         parent["navigation"].location.href = "../02_navigation/navigation_urzustand.html";
}


