 function rubrik() {
  document.ecard.submit();
 }

function openWindow(pfad,name,breite,hoehe,prop){
  var  diffx = 100;
  xpos=130;
  xpos1=xpos;
  if(document.all)
  xposend=147+((583-breite)/2)
  else
  xposend=150+((620-breite)/2);
  ypos=(screen.height-hoehe)/2;
  prop+=(prop!='')?',':'';
  prop+=',left='+xpos+',top='+ypos;
  F1=window.open(pfad,name,prop+((prop!='')?',':'')+'width='+breite+',height='+hoehe);

  while (xpos1<(xposend-1)){
    xpos2=xpos1+((xposend-xpos1)/10);
    F1.moveTo(xpos2,ypos);
    F1.focus();
    xpos1=xpos2;
  }
    F1.focus();
}


function openForum(pfad,name,prop){ 
  var breite=screen.width-100;
  var hoehe=screen.height-160;
  if(breite<750){
    breite=750;
    hoehe=500;
   }
  xpos=(screen.width-breite)/2; 
  ypos=(screen.height-hoehe)/2-30; 
  prop+=(prop!='')?',':''; 
  prop+=',left='+xpos+',top='+ypos; 
  DETAILS=window.open(pfad,name,prop+((prop!='')?',':'')+'width='+breite+',height='+hoehe);
  DETAILS.focus();
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function KDVHQWCK_go() {
    for (var i=0; i<(KDVHQWCK_go.arguments.length - 1); i+=2)
    eval(KDVHQWCK_go.arguments[i]+".location='"+KDVHQWCK_go.arguments[i+1]+"'");
    document.KDVHQWCK_back= false;
}



function VCLFWDQG_go() {
    for (var i=0; i<(VCLFWDQG_go.arguments.length - 1); i+=2)
    eval(VCLFWDQG_go.arguments[i]+".location='"+VCLFWDQG_go.arguments[i+1]+"'");
    document.VCLFWDQG_back= false;
}


function check_herkunft(fenster,pfad,id,width_gr,height_gr,nurpopup,c){
var pfadzumbild="show.php?id="+id+"&c="+c;

if(nurpopup==null){
KDVHQWCK_go(fenster,pfad+'#'+id);
openWindow(pfadzumbild,'',width_gr,height_gr,'resizable=no,scrollbars=no,menubar=no,toolbar=no,location=no,directories=no,status=no');
} else {
openWindow(pfadzumbild,'',width_gr,height_gr,'resizable=no,scrollbars=no,menubar=no,toolbar=no,location=no,directories=no,status=no');
}

}


	function keydown(item) {
		if(item.length>2) {
			if(document.forms.sucheform.wie[0].checked==true)
			wie = 'tolerant';
			else
			wie = 'exakt';
			
			document.getElementById('kontextmenu').style.visibility='visible';
			ajax('/inc/suche.ajax.php','suche='+item+'&wie='+wie,'kontextmenu');
		} else {
			document.getElementById('kontextmenu').style.visibility='hidden';
		}
	}



