
	function getExcerpt(index, root){
		document.getElementById('footer').style.visibility = 'hidden';
		var index = parseInt(index);
		var theIndex = parseInt(index+1);
		if(document.getElementById("imageDiv") != undefined){
			document.getElementById("imageDiv").style.visibility='visible'; 
		}
		document.getElementById("sampleFullPage").src=root+'/insightImage?path='+fullpageUrlsExcerpt[index]+'&width=467';
		var table = '<table width="469px"><tr><td align="left" class="sucheDMR" width="20%">';
		var prevIndex;
		if(theIndex > 1){
			prevIndex = index-1;
			var next = '<a class="dmr" href="javascript:getExcerpt(\'' +prevIndex +'\',\'' +root +'\')">&lt;&lt;</a>';
			}else{
				var next = '&nbsp;';
			}
			var site = '<td class="sucheDMR" width="60%" align="center">Seite '+theIndex+' von '+fullpageUrlsExcerpt.length+'</td>';
			
			var nextIndex = parseInt(0);
			if(theIndex < fullpageUrlsExcerpt.length){
				nextIndex = parseInt(index+1);
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%"><a class="dmr" href="javascript:getExcerpt(\'' +nextIndex +'\',\'' +root +'\')">&gt;&gt;&nbsp;&nbsp;&nbsp;</a></td>';
			}	else{
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%">&nbsp;</td>'
			}
			var nextSite = next.concat(site);
			var nextSitePrev = nextSite.concat(prev);
			var tableConcatValues = table.concat(nextSitePrev);
			var tableClose = '</tr></table>';
			var wholeTable = tableConcatValues.concat(tableClose);
			document.getElementById("pagerDiv").innerHTML = wholeTable;
	}

	
	function getTitle(index, root){
		document.getElementById('footer').style.visibility = 'hidden';
		var index = parseInt(index);
		if(document.getElementById("imageDiv") != undefined){
			document.getElementById("imageDiv").style.visibility='visible'; 
		}
		var theIndex = parseInt(index+1);
		document.getElementById("sampleFullPage").src=root+'/insightImage?path='+fullpageUrlsTitle[index]+'&width=467';
		var table = '<table width="469px"><tr><td align="left" class="sucheDMR" width="20%">';
		var prevIndex;
		if(theIndex > 1){
			prevIndex = index-1;
			var next = '<a class="dmr" href="javascript:getTitle(\'' +prevIndex +'\',\'' +root +'\')">&lt;&lt;</a>';
			}else{
				var next = '&nbsp;';
			}
			
			var site = '<td class="sucheDMR" width="60%" align="center">Seite '+theIndex+' von '+fullpageUrlsTitle.length+'</td>';
			
			var nextIndex = parseInt(0);
			if(theIndex < fullpageUrlsTitle.length){
				nextIndex = parseInt(index+1);
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%"><a class="dmr" href="javascript:getTitle(\'' +nextIndex +'\',\'' +root +'\')">&gt;&gt;&nbsp;&nbsp;&nbsp;</a></td>';
			}	else{
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%">&nbsp;</td>'
			}
			var nextSite = next.concat(site);
			var nextSitePrev = nextSite.concat(prev);
			var tableConcatValues = table.concat(nextSitePrev);
			var tableClose = '</tr></table>';
			var wholeTable = tableConcatValues.concat(tableClose);
			document.getElementById("pagerDiv").innerHTML = wholeTable;
	}
	
	
	function getCover(index, root){
		document.getElementById('footer').style.visibility = 'hidden';
		var index = parseInt(index);
		if(document.getElementById("imageDiv") != undefined){
			document.getElementById("imageDiv").style.visibility='visible'; 
		}
		var theIndex = parseInt(index+1);
		document.getElementById("sampleFullPage").src=root+'/insightImage?path='+fullpageUrlsCover[index]+'&width=467';
		var table = '<table width="469px"><tr><td align="left" class="sucheDMR" width="20%">';
		var prevIndex;
		if(theIndex > 1){
			prevIndex = index-1;
			var next = '<a class="dmr" href="javascript:getCover(\'' +prevIndex +'\',\'' +root +'\')">&lt;&lt;</a>';
			}else{
				var next = '&nbsp;';
			}
			
			var site = '<td class="sucheDMR" width="60%" align="center">Seite '+theIndex+' von '+fullpageUrlsCover.length+'</td>';
			
			var nextIndex = parseInt(0);
			if(theIndex < fullpageUrlsCover.length){
				nextIndex = parseInt(index+1);
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%"><a class="dmr" href="javascript:getCover(\'' +nextIndex +'\',\'' +root +'\')">&gt;&gt;&nbsp;&nbsp;&nbsp;</a></td>';
			}	else{
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%">&nbsp;</td>'
			}
			var nextSite = next.concat(site);
			var nextSitePrev = nextSite.concat(prev);
			var tableConcatValues = table.concat(nextSitePrev);
			var tableClose = '</tr></table>';
			var wholeTable = tableConcatValues.concat(tableClose);
			document.getElementById("pagerDiv").innerHTML = wholeTable;
	}
	
	function getForeWord(index, root){
		document.getElementById('footer').style.visibility = 'hidden';
		var index = parseInt(index);
		if(document.getElementById("imageDiv") != undefined){
			document.getElementById("imageDiv").style.visibility='visible'; 
		}
		var theIndex = parseInt(index+1);
		document.getElementById("sampleFullPage").src=root+'/insightImage?path='+fullpageForeWord[index]+'&width=467';
		var table = '<table width="469px"><tr><td align="left" class="sucheDMR" width="20%">';
		var prevIndex;
		if(theIndex > 1){
			prevIndex = index-1;
			var next = '<a class="dmr" href="javascript:getForeWord(\'' +prevIndex +'\',\'' +root +'\')">&lt;&lt;</a>';
			}else{
				var next = '&nbsp;';
			}
			
			var site = '<td class="sucheDMR" width="60%" align="center">Seite '+theIndex+' von '+fullpageForeWord.length+'</td>';
			
			var nextIndex = parseInt(0);
			if(theIndex < fullpageForeWord.length){
				nextIndex = parseInt(index+1);
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%"><a class="dmr" href="javascript:getForeWord(\'' +nextIndex +'\',\'' +root +'\')">&gt;&gt;&nbsp;&nbsp;&nbsp;</a></td>';
			}	else{
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%">&nbsp;</td>'
			}
			var nextSite = next.concat(site);
			var nextSitePrev = nextSite.concat(prev);
			var tableConcatValues = table.concat(nextSitePrev);
			var tableClose = '</tr></table>';
			var wholeTable = tableConcatValues.concat(tableClose);
			document.getElementById("pagerDiv").innerHTML = wholeTable;
	}
	
	function getCopyRight(index, root){
		document.getElementById('footer').style.visibility = 'hidden';
		var index = parseInt(index);
		if(document.getElementById("imageDiv") != undefined){
			document.getElementById("imageDiv").style.visibility='visible'; 
		}
		var theIndex = parseInt(index+1);
		document.getElementById("sampleFullPage").src=root+'/insightImage?path='+fullpageUrlsCopyRight[index]+'&width=467';
		var table = '<table width="469px"><tr><td align="left" class="sucheDMR" width="20%">';
		var prevIndex;
		if(theIndex > 1){
			prevIndex = index-1;
			var next = '<a class="dmr" href="javascript:getCopyRight(\'' +prevIndex +'\',\'' +root +'\')">&lt;&lt;</a>';
			}else{
				var next = '&nbsp;';
			}
			
			var site = '<td class="sucheDMR" width="60%" align="center">Seite '+theIndex+' von '+fullpageUrlsCopyRight.length+'</td>';
			
			var nextIndex = parseInt(0);
			if(theIndex < fullpageUrlsCopyRight.length){
				nextIndex = parseInt(index+1);
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%"><a class="dmr" href="javascript:getCopyRight(\'' +nextIndex +'\',\'' +root +'\')">&gt;&gt;&nbsp;&nbsp;&nbsp;</a></td>';
			}	else{
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%">&nbsp;</td>'
			}
			var nextSite = next.concat(site);
			var nextSitePrev = nextSite.concat(prev);
			var tableConcatValues = table.concat(nextSitePrev);
			var tableClose = '</tr></table>';
			var wholeTable = tableConcatValues.concat(tableClose);
			document.getElementById("pagerDiv").innerHTML = wholeTable;
	}
	
	function getToc(index, root){
		document.getElementById('footer').style.visibility = 'hidden';
		var index = parseInt(index);
		if(document.getElementById("imageDiv") != undefined){
			document.getElementById("imageDiv").style.visibility='visible'; 
		}
		var theIndex = parseInt(index+1);
		document.getElementById("sampleFullPage").src=root+'/insightImage?path='+fullpageUrlsTOC[index]+'&width=467';
		var table = '<table width="469px"><tr><td align="left" class="sucheDMR" width="20%">';
		var prevIndex;
		if(theIndex > 1){
			prevIndex = index-1;
			var next = '<a class="dmr" href="javascript:getToc(\'' +prevIndex +'\',\'' +root +'\')">&lt;&lt;</a>';
			}else{
				var next = '&nbsp;';
			}
			
			var site = '<td class="sucheDMR" width="60%" align="center">Seite '+theIndex+' von '+fullpageUrlsTOC.length+'</td>';
			
			var nextIndex = parseInt(0);
			if(theIndex < fullpageUrlsTOC.length){
				nextIndex = parseInt(index+1);
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%"><a class="dmr" href="javascript:getToc(\'' +nextIndex +'\',\'' +root +'\')">&gt;&gt;&nbsp;&nbsp;&nbsp;</a></td>';
			}	else{
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%">&nbsp;</td>'
			}
			var nextSite = next.concat(site);
			var nextSitePrev = nextSite.concat(prev);
			var tableConcatValues = table.concat(nextSitePrev);
			var tableClose = '</tr></table>';
			var wholeTable = tableConcatValues.concat(tableClose);

			document.getElementById("pagerDiv").innerHTML = wholeTable;
	}
	
	function getRegister(index, root){
		document.getElementById('footer').style.visibility = 'hidden';
		var index = parseInt(index);
		var theIndex = parseInt(index+1);
		if(document.getElementById("imageDiv") != undefined){
			document.getElementById("imageDiv").style.visibility='visible'; 
		}
		document.getElementById("sampleFullPage").src=root+'/insightImage?path='+fullpageRegister[index]+'&width=467';
		var table = '<table width="469px"><tr><td align="left" class="sucheDMR" width="20%">';
		var prevIndex;
		if(theIndex > 1){
			var next = '<a class="dmr" href="javascript:getRegister(\'' +prevIndex +'\',\'' +root +'\')">&lt;&lt;</a>';
			}else{
				var next = '&nbsp;';
		}
		
		var site = '<td class="sucheDMR" width="60%" align="center">Seite '+theIndex+' von '+fullpageRegister.length+'</td>';
		
		var nextIndex = parseInt(0);
		if(theIndex < fullpageRegister.length){
			nextIndex = parseInt(index+1);
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%"><a class="dmr" href="javascript:getRegister(\'' +nextIndex +'\',\'' +root +'\')">&gt;&gt;&nbsp;&nbsp;&nbsp;</a></td>';
			}	else{
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%">&nbsp;</td>'
			}
			var nextSite = next.concat(site);
			var nextSitePrev = nextSite.concat(prev);
			var tableConcatValues = table.concat(nextSitePrev);
			var tableClose = '</tr></table>';
			var wholeTable = tableConcatValues.concat(tableClose);
		document.getElementById("pagerDiv").innerHTML = wholeTable;
	}
	
	function getIntro(index, root){
		document.getElementById('footer').style.visibility = 'hidden';
		var index = parseInt(index);
		if(document.getElementById("imageDiv") != undefined){
			document.getElementById("imageDiv").style.visibility='visible'; 
		}
		var theIndex = parseInt(index+1);
		document.getElementById("sampleFullPage").src=root+'/insightImage?path='+fullPageIntroduction[index]+'&width=467';
		var table = '<table width="469px"><tr><td align="left" class="sucheDMR" width="20%">';
		var prevIndex;
		if(theIndex > 1){
			prevIndex = index-1;
			var next = '<a class="dmr" href="javascript:getIntro(\'' +prevIndex +'\',\'' +root +'\')">&lt;&lt;</a>';
			}else{
				var next = '&nbsp;';
			}
			
			var site = '<td class="sucheDMR" width="60%" align="center">Seite '+theIndex+' von '+fullPageIntroduction.length+'</td>';
			
			var nextIndex = parseInt(0);
			if(theIndex < fullPageIntroduction.length){
				nextIndex = parseInt(index+1);
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%"><a class="dmr" href="javascript:getIntro(\'' +nextIndex +'\',\'' +root +'\')">&gt;&gt;&nbsp;&nbsp;&nbsp;</a></td>';
			}	else{
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%">&nbsp;</td>'
			}
			var nextSite = next.concat(site);
			var nextSitePrev = nextSite.concat(prev);
			var tableConcatValues = table.concat(nextSitePrev);
			var tableClose = '</tr></table>';
			var wholeTable = tableConcatValues.concat(tableClose);
			document.getElementById("pagerDiv").innerHTML = wholeTable;
	}
	
	function getDedication(index, root){
		document.getElementById('footer').style.visibility = 'hidden';
		var index = parseInt(index);
		if(document.getElementById("imageDiv") != undefined){
			document.getElementById("imageDiv").style.visibility='visible'; 
		}
		var theIndex = parseInt(index+1);
		document.getElementById("sampleFullPage").src=root+'/insightImage?path='+fullPageDedication[index]+'&width=467';
		var table = '<table width="469px"><tr><td align="left" class="sucheDMR" width="20%">';
		var prevIndex;
		if(theIndex > 1){
			prevIndex = index-1;
			var next = '<a class="dmr" href="javascript:getDedication(\'' +prevIndex +'\',\'' +root +'\')">&lt;&lt;</a>';
			}else{
				var next = '&nbsp;';
			}
			
			var site = '<td class="sucheDMR" width="60%" align="center">Seite '+theIndex+' von '+fullPageDedication.length+'</td>';
			
			var nextIndex = parseInt(0);
			if(theIndex < fullPageDedication.length){
				nextIndex = parseInt(index+1);
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%"><a class="dmr" href="javascript:getDedication(\'' +nextIndex +'\',\'' +root +'\')">&gt;&gt;&nbsp;&nbsp;&nbsp;</a></td>';
			}	else{
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%">&nbsp;</td>'
			}
			var nextSite = next.concat(site);
			var nextSitePrev = nextSite.concat(prev);
			var tableConcatValues = table.concat(nextSitePrev);
			var tableClose = '</tr></table>';
			var wholeTable = tableConcatValues.concat(tableClose);
			document.getElementById("pagerDiv").innerHTML = wholeTable;
	}
	
	function getProlog (index, root){
		document.getElementById('footer').style.visibility = 'hidden';
		var index = parseInt(index);
		if(document.getElementById("imageDiv") != undefined){
			document.getElementById("imageDiv").style.visibility='visible'; 
		}
		var theIndex = parseInt(index+1);
		document.getElementById("sampleFullPage").src=root+'/insightImage?path='+fullPageProlog[index]+'&width=467';
		var table = '<table width="469px"><tr><td align="left" class="sucheDMR" width="20%">';
		var prevIndex;
		if(theIndex > 1){
			prevIndex = index-1;
			var next = '<a class="dmr" href="javascript:getProlog(\'' +prevIndex +'\',\'' +root +'\')">&lt;&lt;</a>';
			}else{
				var next = '&nbsp;';
			}
			
			var site = '<td class="sucheDMR" width="60%" align="center">Seite '+theIndex+' von '+fullPageProlog.length+'</td>';
			
			var nextIndex = parseInt(0);
			if(theIndex < fullPageProlog.length){
				nextIndex = parseInt(index+1);
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%"><a class="dmr" href="javascript:getProlog(\'' +nextIndex +'\',\'' +root +'\')">&gt;&gt;&nbsp;&nbsp;&nbsp;</a></td>';
			}	else{
				var prev = '<td align="right" class="suche_ohne_hintergrund" width="20%">&nbsp;</td>'
			}
			var nextSite = next.concat(site);
			var nextSitePrev = nextSite.concat(prev);
			var tableConcatValues = table.concat(nextSitePrev);
			var tableClose = '</tr></table>';
			var wholeTable = tableConcatValues.concat(tableClose);
			document.getElementById("pagerDiv").innerHTML = wholeTable;
	}
