speed=1;
var dir;
x=false;
function rolle(e,d)
{
	if(d){if(e<0){dir=false;return;}dir=new Array(0,0);dir[e]=d*speed;	}
	if(e&&e<0){dir=false;}
	if(!dir){return;}
	window.scroller.scrollBy(dir[0],dir[1]);
	setTimeout("rolle()",10);
}

function hover(io){
if(!io.src)io=document.images[io];if(io.src){if(!io.over){
io.over=io.src.replace(/\.(gif|jpe?g|png)$/i,hover.suffix+".$1");
io.out=io.src;}io.src=io.over!=io.src?io.over:io.out;}}

hover.suffix = "_on";

function drop(s)
{

    var url = s.options[s.selectedIndex].value;

if (url != "")
{
 var w = window.open(url,"content","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700,height=500");
 }
}

function pop(url,width,height) {
	window.open(url, 'popup', 'width='+width+',height='+height+', scrollbars=no, toolbar=no, status=no, resizable=no,menubar=no,location=no,directories=no,top=100,left=150')
}

function email(url)
{
	window.open(url,"email","width=500,height=375,screenX=15,screenY=30,scrollbars=no,resizable=no,status=no");

}


function closeit(){
	document.getElementById('hinweis').style.visibility='hidden';
	document.getElementById('hinweis_i').style.visibility='hidden';
}