function check_ticker(){
	if(document.getElementById("rcScroller_div")){
		runScroller();
	}
}
//****************** Rolloverfunktion Preloader ***********************
function preLoadImages() {
	preLoadBilder = new Array();
	for (xx=0;xx<document.images.length;xx++) {
		var Bildname = document.images[xx].name;
		if (Bildname  && Bildname != "") {
			preLoadBilder[Bildname+"_h"] = new Image();
			preLoadBilder[Bildname+"_h"].src = Bildname+"_h.gif";
			//alert(preLoadBilder[Bildname+"_h"].src);
		}
	}
}

//****************** Rolloverfunktion***********************
function setRolloverBild(Bildname) {
//alert(Bildname);
	if (!window.preLoadBilder){ return false; }
	
	if (preLoadBilder[Bildname+"_h"].complete) {
		document.images[Bildname].src = Bildname+"_h.gif";
		
	}
	else{
		document.images[Bildname].src = Bildname+"_h.gif";
	}
}

//****************** ***********************

function setNormalBild(Bildname) {
	document.images[Bildname].src = Bildname+".gif";
	return;		
}

// *******************************************************************************************

function statusMsg(msgStr) {
  //	status=msgStr;
  //	document.MsgreturnValue = true;
}

// *******************************************************************************************

function reset_tpl_suche() {

	var form=document.searchform;
	form.cat.selectedIndex = 0;
	form.p.selectedIndex = 0;
	form.search.value="";
	return;
}


// *******************************************************************************************
function mail_bauen(suffix,name,homepage){ 
	var str="";
	str +='<a href="';
	str +='mailto:' + name;
	str +='@' + homepage + '.' + suffix + '">';
	str +=name + '@';
	str +=homepage + '.';
	str +=suffix + '</a>'
	document.write(str);
}

// *******************************************************************************************

function pop_window_big(){
	popwindow_big =  window.open('ladefenster.html','popwindow_big','width=750,height=700,left=0,top=0,scrollbars=auto,menubar=no');
	popwindow_big.focus();
}

function pop_window_shop(){
	popwindow_big =  window.open('ladefenster.html','popwindow_big','width=500,height=500,left=0,top=0,scrollbars=auto,menubar=no');
	popwindow_big.focus();
}



function pop_window_news(){
	popwindow_big =  window.open('ladefenster.html','popwindow_big','width=600,height=650,left=0,top=0,scrollbars=auto,menubar=no');
	popwindow_big.focus();
}

function pop_window_galerie(){
	popwindow_big =  window.open('ladefenster.html','popwindow_big','width=500,height=600,left=0,top=0,scrollbars=auto,menubar=no');
	popwindow_big.focus();
}

function pop_window_docid(){
	popwindow_big =  window.open('ladefenster.html','popwindow_big','width=500,height=500,left=0,top=0,scrollbars=auto,menubar=no');
	popwindow_big.focus();
}
function pop_window_doclb(){
	popwindow_big =  window.open('ladefenster.html','popwindow_big','width=600,height=500,left=0,top=0,scrollbars=auto,menubar=no,resizable=yes');
	popwindow_big.focus();
}


