scroll_text = new Array(); scroll_text[0] = "www.camtariga.de" scroll_text[1] = "Alles was die Welt nicht braucht..." array_idx = 0; count = 0; bigger = true; wait = 0; waid=0; temp="" function show_text(){status=" "+temp+" ";waid++;if(waid>=wait){waid=0;if(count>=scroll_text[array_idx].length){bigger=false;wait=100;}else if(count<=0&&bigger==false){bigger=true;wait=16;next_array_idx();}else{wait=0;}temp=scroll_text[array_idx].substr(0,count);if(bigger==true)count=count+1;else count=count-1;}window.setTimeout('show_text()',30);}function next_array_idx(){if(array_idx>=scroll_text.length-1){array_idx=0;}else{array_idx=array_idx+1;}}