window.defaultStatus='rhizomfilm.de';

var nr=0;

ina1 = new Image();
ina1.src = './img/about.gif';
a1 = new Image();
a1.src = './img/aboutx.gif';

ina2 = new Image();
ina2.src = './img/proj.gif';
a2 = new Image();
a2.src = './img/projx.gif';

ina3 = new Image();
ina3.src = './img/cont.gif';
a3 = new Image();
a3.src = './img/contx.gif';

ina4 = new Image();
ina4.src = './img/links.gif';
a4 = new Image();
a4.src = './img/linksx.gif';


function ci(pict_nr, pict_obj)
{
 document.images[pict_nr].src = pict_obj.src;

 if (nr==1)
 {
 window.status='über uns';
 }
 
 if (nr==2)
 {
 window.status='projekte';
 }
 
 if (nr==3)
 {
 window.status='kontakt';
 }
 
 if (nr==4)
 {
 window.status='links';
 } 
 
}

function Two(url1, url2)
{
 parent.main.location.href=url1;
 parent.sub.location.href=url2;
}
