<!-- Ken Tholke, kentholke@firstsaga.com. -->
<!-- Begin
// add as many or as few messages as you would like
var msg=new Array()
msg[0]="<CENTER>Sachkundelehrgang BGR 128<br>Arbeiten zur Sanierung von Gebäudeschadstoffen<br>in Düsseldorf, Frankfurt und Nürnberg<br></CENTER>";

msg[1]="<CENTER>RAB 30, Anl. B für SIGE Koordinatoren nach BauStellV:<br>Arbeitsschutzfachliche Kenntnisse<br>in Nürnberg, Düsseldorf, Frankfurt, Berlin, Hamburg, München, Stuttgart<br></CENTER>";

msg[2]="<CENTER>Asbest: TRGS 519, Anlage 3<br>Sachkundelehrgang Asbestsanierung<br>in Nürnberg, Düsseldorf, Frankfurt, Berlin, Hamburg, München, Stuttgart<br></CENTER>";

msg[3]="<CENTER>RAB 30, Anl. C für SIGE Koordinatoren nach BauStellV:<br>Spezielle Koordinatorenkenntnisse<br>in Nürnberg, Düsseldorf, Frankfurt, Berlin, Hamburg, München, Stuttgart<br></CENTER>";

msg[4]="<CENTER>KMF<br>Künstliche Mineralfasern<br>in Düsseldorf und Nürnberg</CENTER>";

msg[5]="<CENTER>Sigeko Fortbildung<br>in Düsseldorf</CENTER>";

msg[6]="<CENTER>Sigeko Erfahrungsaustausch<br>in Düsseldorf</CENTER>";

msg[7]="<CENTER>VOB Teil B<br>Vertragsrecht<br>in Düsseldorf</CENTER>";

msg[8]="<CENTER>VOB Teil C<br>Abrechnung<br>in Düsseldorf</CENTER>";

msg[9]="<CENTER>HOAI<br>Abrechnung und Vertrag<br>in Stuttgart</CENTER>";

msg[10]="<CENTER>Hygieneinspektion nach VDI 6022<br>Kategorie A<br>in Nürnberg, Düsseldorf, Frankfurt, Berlin, Hamburg, München, Stuttgart</CENTER>";


var lnk=new Array()
lnk[0]="<a href='bgr128.html'>";
lnk[1]="<a href='geeinete_sigeko_nach_rab_30.html'>";
lnk[2]="<a href='trgs3.html'>";
lnk[3]="<a href='sigeko.html'>";
lnk[4]="<a href='kmf.html'>";
lnk[5]="<a href='sigeko-fortbildung.html'>";
lnk[6]="<a href='sigeko-erfahrungsaustausch.html'>";
lnk[7]="<a href='vob-teil-b.html'>";
lnk[8]="<a href='vob-teil-c.html'>";
lnk[9]="<a href='hoai-abrechnung.html'>";
lnk[10]="<a href='hygieneinspektion-vdi-6022.html'>";



// set your first set of colors.  Use as many or as few as you wish.
var colors1=new Array("FFEB99", "FFEB89", "FFEB79", "FFEB69", "FFEB59", "FFEB49", "FFEB39", "FFEB29", "FFEB19", "FFEB09")

//set your second set of colors
// *** must have exactly the same number of colors as the array above ***
var colors2=new Array("FFEB99", "FFEB89", "FFEB79", "FFEB69", "FFEB59", "FFEB49", "FFEB39", "FFEB29", "FFEB19", "FFEB09")

//set the height of the display in pixels
high=0;

//set the width of the display in pixels
wide=510;

//set the pixel coordinates for the upper left hand corner of the display
Xpos=265;
Ypos=17;

// move the display away from the edges of the background
pad=4;

// set the background color of the display
bgcol="";

//add a background image if you want.
// *** for no image, just leave empty quotes (ex. cellbg=""; ) ***
cellbg="";

// set the font
fntFam="verdana,helvetica,arial";
fntSize=12;

// set how how many seconds you want the message to stay remain at totality.
pause=3;


// Do not edit these values below!!!

icolor=0; 
mcolor=1;
imsg=0;
spWidth=wide-(2*pad);
totality=false;
glowing=true;
var theMsg="";
var cellcontent="";
pause=pause*1000;
if(cellbg.length>4){cellbg=" background="+cellbg}
else{cellbg="";}

function doPause(){
   totality=false; t=setTimeout("changecolor()",pause);
   }
function initiate(){
   getContentColor();
   getMsg();
   getCellContent();
   if(document.all){
   msgbg.innerHTML=cellcontent;
   msgfade.innerHTML=theMsg;
   msgbg.style.posLeft=Xpos;
   msgbg.style.posTop=Ypos;
   msgfade.style.posLeft=Xpos+pad;
   msgfade.style.posTop=Ypos+pad;
   t=setTimeout("changecolor()",50);}
   if(document.layers){
   document.msgbg.document.write(cellcontent);
   document.msgbg.document.close();
   document.msgfade.document.write(theMsg);
   document.msgfade.document.close();
   document.msgbg.left=Xpos;
   document.msgbg.top=Ypos;
   document.msgfade.left=Xpos+pad;
   document.msgfade.top=Ypos+pad;
   t=setTimeout("changecolor()",100);}
   }
function changecolor(){
   if(totality==true){doPause();}
   else{
   getMsg();
   getContentColor();
   if(document.all){
   msgfade.innerHTML=theMsg;
   t=setTimeout("changecolor()",50);}
   if(document.layers){
   document.msgfade.document.write(theMsg);
   document.msgfade.document.close();
   t=setTimeout("changecolor()",70);}
   }
   }
function getFadeColor(){
   icolor=icolor-1;
   if(mcolor==1){contentcolor=colors1[icolor];}
   else{contentcolor=colors2[icolor];}
   }
function getGlowColor(){
   icolor=icolor+1;
   if(mcolor==1){contentcolor=colors1[icolor];}
   else{contentcolor=colors2[icolor];}
   }
function changemsg(){
   if(imsg==msg.length-1){imsg=0; mcolor=1;}
   else if(imsg != msg.lenght-1 && mcolor==1){imsg=imsg+1; mcolor=0;}
   else{imsg=imsg+1; mcolor=1;}
   }
function getContentColor(){
   if(icolor==colors1.length-1 && glowing==true){
   getFadeColor(); glowing=false; totality=true;}
   else if(icolor < colors1.length && glowing==true){
   getGlowColor();}
   else if(icolor < 1 && glowing==false){changemsg(); getGlowColor(); glowing=true;}
   else{getFadeColor();}
   }
function getMsg() {
   theMsg="<span style='font-size:"+fntSize+"pt; font-family:"+fntFam+"; width:"+spWidth+";'>"
   theMsg+="<B>"+lnk[imsg]+"<font color="+contentcolor+">"+msg[imsg]+"</font></a></B> "
   theMsg+="</span>"
   }
function getCellContent(){
   cellcontent="<TABLE height="+high+" width="+wide+" cellpadding=0 border=0 cellspacing=0><TR><TD"+cellbg+"> </TD></TR></TABLE>"}
//  End -->
