﻿ptt="yburzdr"; post="lto:"; m=new Array(7);
m[0]=new Image(); m[0].src="p/mail.gif"; m[1]=new Image(); m[1].src="p/mail_over.gif";
m[2]=new Image(); m[2].src="p/next.gif"; m[3]=new Image(); m[3].src="p/next_over.gif";
m[4]=new Image(); m[4].src="p/back.gif"; m[5]=new Image(); m[5].src="p/back_over.gif";
m[6]=new Image(); m[6].src=m[2]; m[7]=new Image(); m[7].src=m[3];
function kli(x)
{
	for(i=0; i<9; i++)
	{
		parent.o.document.images[i].src=i+"_oben_G.jpg"; 	// alle 9 oberen Bilder auf grau
	}
	for(i=0; i<6; i++)
	{
		parent.u.document.images[i*2].src=i+"_unten_S.gif";	// alle 6 Texte unten auf Schwarz
	}
	if (x==0)
	{
		parent.o.document.images[0].src="0_oben_F.jpg";	// angeklicktes Bild oben farbig anzeigen
		parent.o.document.images[10].src="t/EDITORIAL.gif";	// Text oben schreiben
		location.href="EDITORIAL.htm";
	}
	if (x==1)
	{
		parent.o.document.images[1].src="1_oben_F.jpg";
		parent.o.document.images[10].src="t/KUNDEN.gif";
		location.href="KUNDEN.htm";
	}
	if (x==2)
	{
		parent.o.document.images[2].src="2_oben_F.jpg";
		parent.o.document.images[10].src="t/SATZ_BILD.gif";
		location.href="SATZ_BILD.htm";
	}
	if (x==3)
	{
		parent.o.document.images[3].src="3_oben_F.jpg";
		parent.o.document.images[10].src="t/CTP.gif";
		location.href="CTP.htm";
	}
	if (x==4)
	{
		parent.o.document.images[3].src="3_oben_F.jpg";
		parent.o.document.images[10].src="t/DIGITALDRUCK.gif";
		location.href="DIGITALDRUCK.htm";
	}
	if (x==5)
	{
		parent.o.document.images[4].src="4_oben_F.jpg";
		parent.o.document.images[10].src="t/BOGENOFFSET.gif";
		location.href="BOGENOFFSET.htm";
	}
	if (x==6)
	{
		parent.o.document.images[5].src="5_oben_F.jpg";
		parent.o.document.images[10].src="t/OCTOMAN.gif";
		location.href="OCTOMAN.htm";
	}
	if (x==7)
	{
		parent.o.document.images[6].src="6_oben_F.jpg";
		parent.o.document.images[10].src="t/JETWEB.gif";
		location.href="JETWEB.htm";
	}
	if (x==8)
	{
		parent.o.document.images[7].src="7_oben_F.jpg";
		parent.o.document.images[10].src="t/ROTOMAN.gif";
		location.href="ROTOMAN.htm";
	}
	if (x==9)
	{
		parent.o.document.images[3].src="3_oben_F.jpg";
		parent.o.document.images[10].src="t/PERSONALISIERUNG.gif";
		location.href="PERSONALISIERUNG.htm";
	}
	if (x==10)
	{
		parent.o.document.images[8].src="8_oben_F.jpg";
		parent.o.document.images[10].src="t/WEITERVERARBEITUNG.gif";
		location.href="WEITERVERARBEITUNG.htm";
	}
	if (x==11)
	{
		parent.o.document.images[8].src="8_oben_F.jpg";
		parent.o.document.images[10].src="t/MAILSERVICE.gif";
		location.href="MAILSERVICE.htm";
	}

	if (x==12)
	{
		parent.u.document.images[4].src="2_unten_R.gif";	// angeklickten Text unten rot anzeigen (4=2*2)
		parent.o.document.images[10].src="t/REGIONALPLAN.gif";
		location.href="REGIONALPLAN.htm";
	}
}
function over(i)
{
	document.images[(i*2+1)].src="p/R"+i+".gif";
}
function out(i)
{
	document.images[(i*2+1)].src="p/S"+i+".gif";
}
function mail(x)
{
	location.href="mai"+post+x+"@k"+ptt+"uck.ch";
}
function liste(p)
{
 x="<div style='background:url(p/shade.png) no-repeat; background-attachment:fixed;'>";

	x=x+"<div style='position:absolute; top:4px; left:690px; '>";
	for(i=0; i<13; i++)
	{
		x=x+"<img src='p/hr.gif' border='0'><br><a href='javascript:kli("+i+")'><img src='p/S"+i+".gif' onMouseOver='javascript:over("+i+")' onMouseOut='javascript:out("+i+")' border='0'></a><br>";
	}
	x=x+"</div><div style='position:absolute; top:200px; left:730px; '><a href='mai"+post+"info@k"+ptt+"uck.ch'><img src='p/mail.gif' onMouseOver='document.images[26].src=m[1].src' onMouseOut='document.images[26].src=m[0].src' border='0'></a></div>";
	if (p!="")
	{
	   m[6].src=m[4].src; m[7].src=m[5].src; b="p/back.gif";
	   if (p.indexOf("2")!=-1)
	   {
	   	 m[6].src=m[2].src; m[7].src=m[3].src; b="p/next.gif";
	   }
	   x=x+"<div style='position:absolute; top:200px; left:690px; '><a href='"+p+"' target='m'><img src='"+b+"' onMouseOver='document.images[27].src=m[7].src' onMouseOut='document.images[27].src=m[6].src' border='0'></a></div>";
	}
	document.write (x);
}
