//
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

//
function random_img() {
 images = new Array(
  new Array("img/randpic/dream01.jpg",600,"communic8!"),
  new Array("img/randpic/dream02.jpg",600,"communic8!"),
  new Array("img/randpic/dream03.jpg",600,"communic8!"),
  new Array("img/randpic/dream04.jpg",600,"communic8!"),
  new Array("img/randpic/dream05.gif",600,"communic8!"),
  new Array("img/randpic/dream06.jpg",600,"communic8!"),
  new Array("img/randpic/dream07.jpg",600,"communic8!"),
  new Array("img/randpic/dream08.jpg",600,"communic8!"),
  new Array("img/randpic/dream09.jpg",600,"communic8!"),
  new Array("img/randpic/dream10.jpg",600,"communic8!")
 );
for (i=0;i<images.length+i;i++) {
 a = Math.round(Math.random()*images.length);
 if ((a >= 0) && (a < images.length)) {
  bild = images[a];
  URL = bild[0];
  breite = bild[1];
  bildname = bild[2];

   var bildweite;
   bildweite = 600
   var bildhoehe;
   bildhoehe = 281
   document.write("<img src=\""+URL+"\" border=\"0\" alt=\""+bildname+"\" height=\""+bildhoehe+"\" width=\""+bildweite+"\"  \/>");
  break;
  }
 }
}

//
window.onerror=null 

        var TimerID = null;
        var timer = 0;
        var z = 430;
        var v = 175;
        var g = 572;
        var b = 175;
	    var c = 430;
        var d = 330;
	    var e = 572;
        var f = 330;
		
function openWin() 
{
        wintop = window.open('aone.html','uleft','width=130,height=143,status=no,menubar=no,scrollable=no,resizable=no');
        wintop.moveTo(z,v);     
        wintop.focus(); 
        wintop.resizeTo(130,143);

        wintop = window.open('atwo.html','uright','width=130,height=143,status=no,menubar=no,scrollable=no,resizable=no');
        wintop.moveTo(g,b);     
        wintop.focus(); 
        wintop.resizeTo(130,143);

        wintop = window.open('athree.html','dleft','width=130,height=143,status=no,menubar=no,scrollable=no,resizable=no');
        wintop.moveTo(c,d);     
        wintop.focus(); 
        wintop.resizeTo(130,143);

	    wintop = window.open('afour.html','dright','width=130,height=143,status=no,menubar=no,scrollable=no,resizable=no');
        wintop.moveTo(e,f);     
        wintop.focus(); 
        wintop.resizeTo(130,143);
        }
		
window.defaultStatus="";

//
defaultStatus = "c o m m u n i c 8 !"

//
function get_color(color_num) 
{ 
var now_color=color_num; 
var my_color= new Array(5) 
my_color[00]="lightblue";
my_color[01]="#99cccc";
my_color[02]="#6699cc";
my_color[03]="#336699";
my_color[04]="#666699";
my_color[05]="gray";
my_color[06]="darkkhaki";
my_color[07]="orange";
my_color[08]="tomato";
my_color[09]="palevioletred";
my_color[10]="lightpink";

document.bgColor=my_color[now_color]; 

} 

function set_color00()
 {document.cookie = "lightblue"}

function set_color01()
 {document.cookie = "#99cccc"}

function set_color02()
 {document.cookie = "#6699cc"}

function set_color03()
 {document.cookie = "#336699"}

function set_color04()
 {document.cookie = "#666699"}

function set_color05()
 {document.cookie = "gray"}

function set_color06()
 {document.cookie = "darkkhaki"}

function set_color07()
 {document.cookie = "orange"}

function set_color08()
 {document.cookie = "tomato"}

function set_color09()
 {document.cookie = "palevioletred"}

function set_color10()
 {document.cookie = "lightpink"}

//
function shake(n) {

if (parent.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
         }
      }
   }
}

//
function start11(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=300,height=300");
}

url11=("trouble.html");

//
