function There(there) {
var handback = new Object() ;
if(there == 'BGB_1') {
handback[0] = 'http://dejure.org/gesetze/BGB/1.html' ;
handback[1] = 'BGB § 1' ;
} ;
if(there == 'BGB_1591') {
handback[0] = 'http://dejure.org/gesetze/BGB/1591.html' ;
handback[1] = 'BGB § 1591' ;
} ;
if(there == 'BGB_1592') {
handback[0] = 'http://dejure.org/gesetze/BGB/1592.html' ;
handback[1] = 'BGB § 1592' ;
} ;
if(there == 'BGB_1593') {
handback[0] = 'http://dejure.org/gesetze/BGB/1593.html' ;
handback[1] = 'BGB § 1593' ;
} ;
if(there == 'BGB_1594') {
handback[0] = 'http://dejure.org/gesetze/BGB/1594.html' ;
handback[1] = 'BGB § 1594' ;
} ;
if(there == 'BGB_1595') {
handback[0] = 'http://dejure.org/gesetze/BGB/1595.html' ;
handback[1] = 'BGB § 1595' ;
} ;
if(there == 'BGB_1597') {
handback[0] = 'http://dejure.org/gesetze/BGB/1597.html' ;
handback[1] = 'BGB § 1597' ;
} ;
if(there == 'BGB_1600') {
handback[0] = 'http://dejure.org/gesetze/BGB/1600.html' ;
handback[1] = 'BGB § 1600' ;
} ;
if(there == 'BGB_1666') {
handback[0] = 'http://dejure.org/gesetze/BGB/1666.html' ;
handback[1] = 'BGB § 1666' ;
} ;
if(there == 'BGB_1712') {
handback[0] = 'http://dejure.org/gesetze/BGB/1712.html' ;
handback[1] = 'BGB § 1712' ;
} ;
if(there == 'BGB_1922') {
handback[0] = 'http://dejure.org/gesetze/BGB/1922.html' ;
handback[1] = 'BGB § 1922' ;
} ;
if(there == 'ZPO_50') {
handback[0] = 'http://dejure.org/gesetze/ZPO/50.html' ;
handback[1] = 'ZPO § 50' ;
} ;
if(there == 'Streitwert') {
handback[0] = 'http://www.vaterschaft-anfechten.de/vaterschaftsanfechtung_kosten/streitwert.php' ;
handback[1] = 'Streitwert - Erklärung' ;
} ;
if(there == 'Gerichtskosten') {
handback[0] = 'http://www.vaterschaft-anfechten.de/vaterschaftsanfechtung_kosten/gerichtskosten.php' ;
handback[1] = 'Gerichtskosten - Erklärung' ;
} ;
if(there == 'Anwaltskosten') {
handback[0] = 'http://www.vaterschaft-anfechten.de/vaterschaftsanfechtung_kosten/anwalt_gebuehrenvereinbarung.php' ;
handback[1] = 'Anwaltskosten - Erklärung' ;
} ;
if(there == 'AnwaltskostenStreitwert') {
handback[0] = 'http://www.vaterschaft-anfechten.de/vaterschaftsanfechtung_kosten/anwalt_streitwert.php' ;
handback[1] = 'Anwaltskosten nach Streitwert' ;
} ;
return handback ;
} ;
function CiteThis(todo,there) {
if(todo == '1') {
var link = There(there) ;
with(document) {
open();
write('');
close();
} ;
} ;
if(todo == '2') {
with(document) {
open();
write('');
close();
} ;
} ;
if(todo == '4') {
with(document) {
open();
write('');
close();
} ;
} ;
} ;