var labelLink=new Array("TL_KM1.jpg*418,446+<span style='color:black;font-size:10px'>LEFELDT I</span><BR>Musik f. 2 Klaviere<BR><a id='infoLink6' href='javascript:showDiscInfo(6)'>AMTL TL KM1-2002<\/a>","TL_OSI.jpg*418,446+<span style='color:black;font-size:10px'>LEFELDT II</span><BR>Kammermusik/Orchester<BR><a id='infoLink7' href='javascript:showDiscInfo(7)'>AMTL TL OSI-2001<\/a>","TL_RVS.jpg*418,446+<span style='color:black;font-size:10px'>LEFELDT III</span><BR>Kammermusik/Orchester<br><a id='infoLink8' href='javascript:showDiscInfo(8)'>AMTL TL RVS-2000<\/a>","BH_WL.jpg*418,446+<span style='color:black;font-size:10px'>WEIHNACHTL. KLAVIERMUSIK<BR>Sammlung Ballhorn<br><a id='infoLink19' href='javascript:showDiscInfo(19)'>AMTL BH WL-2001<\/a>","RS_V2.jpg*639,448+<span style='color:black;font-size:10px'>REFLEXIVE SURFACE<BR>Videofilm (DVD)<br><a id='infoLink20' href='javascript:showDiscInfo(20)'>AMTL RS TL-2008<\/a>","SL_V2.jpg*639,448+<span style='color:black;font-size:10px'>SILENCE<BR>Videofilm (DVD)<br><a id='infoLink20' href='javascript:showDiscInfo(21)'>AMTL SL TL-2009<\/a>","TL_Fau.jpg*418,446+<span style='color:black;font-size:10px'>Gabriel Faur&eacute;<BR>Klaviermusik<br><a id='infoLink20' href='javascript:showDiscInfo(22)'>AMTL FA TL-2009<\/a>");function showImage(numb){numb=Number(numb);windName="CD Cover";	fileString=labelLink[numb];a=fileString.indexOf("*");b=fileString.indexOf("+");theFile="CD_labels/"+fileString.substring(0,a);theInfoString=fileString.substring(b+1);theInfoString="";b=fileString.indexOf("+");SizeString=fileString.substring(a+1,b);c=SizeString.indexOf(",");if(labelLink[numb].indexOf("V2")!="-1"){origHeight=639;origWidth=448;}else{origHeight=448;origWidth=476;}newWidth=origWidth;newHeight=origHeight;WindoWWidth=screen.width-200;WindowHeight=screen.height-200;if(newHeight>WindowHeight) 	{	newHeight=WindowHeight;	prozent=Math.round(newHeight/(origHeight/100));	newWidth=Math.round((origWidth/100)*prozent);	}if(newWidth>WindoWWidth)	{	newWidth=WindoWWidth;	prozent=Math.round(newWidth/(origWidth/100));	newHeight=Math.round((origHeight/100)*prozent);	}WWidth=Number(newWidth)+50;WHeight=Number(newHeight)+50;x=Math.round(((screen.width)/2) - (WWidth/2));	y=Math.round(((screen.height)/2) - (WHeight/2));y=y-30;	window.open('label_ImgWind.htm','Fotogalerie','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+WWidth+',height='+WHeight+',left='+x+',top='+y);}