<!--
function setPointer(theRow, theAction, theDefaultColor, thePointerColor, theMarkColor) {
    var theCells = null;
    if ((thePointerColor == '' && theMarkColor == '') || typeof(theRow.style) == 'undefined') { return false;}
    if (typeof(document.getElementsByTagName) != 'undefined') { theCells = theRow.getElementsByTagName('TR');} else if (typeof(theRow.cells) != 'undefined') { theCells = theRow.cells;} else { return false;}
    var rowCellsCnt = theCells.length;
    var domDetect = null; var currentColor = null; var newColor = null;
    if (typeof(window.opera) == 'undefined' && typeof(theCells[0].getAttribute) != 'undefined') {
        currentColor = theCells[0].getAttribute('bgcolor'); domDetect = true;
    } else { currentColor = theCells[0].style.backgroundColor; domDetect = false;}
    if (currentColor == '' || currentColor.toLowerCase() == theDefaultColor.toLowerCase()) {
        if (theAction == 'over' && thePointerColor != '') { newColor = thePointerColor;} else if (theAction == 'click' && theMarkColor != '') { newColor = theMarkColor;}
    } else if (currentColor.toLowerCase() == thePointerColor.toLowerCase()) {
        if (theAction == 'out') { newColor = theDefaultColor; } else if (theAction == 'click' && theMarkColor != '') { newColor = theMarkColor;}
    } else if (currentColor.toLowerCase() == theMarkColor.toLowerCase()) {
        if (theAction == 'click') { newColor = (thePointerColor != '') ? thePointerColor : theDefaultColor;}
    }
    if (newColor) {
        var c = null;
        if (domDetect) { for (c = 0; c < rowCellsCnt; c++) { theCells[c].setAttribute('bgcolor', newColor, 0);}
        } else { for (c = 0; c < rowCellsCnt; c++) { theCells[c].style.backgroundColor = newColor; }
        }
    }
    return true;
} //

var a, s, n;
function gn(s){r='';for(i=0;i<s.length;i++){n=s.charCodeAt(i);if(n>=8364){n=128;}r+=String.fromCharCode(n-3);}return r;}


var bookmarkurl="http://www.VornamenArchiv.de";
var bookmarktitle="VornamenArchiv.de - Über 22.555 Vornamen -";

function b(){//(c)VornamenArchiv.de
	if (window.sidebar)
	    window.sidebar.addPanel(bookmarktitle, bookmarkurl, "");
	else if(window.opera && window.print){
	    var elem = document.createElement('a');
	    elem.setAttribute('href',bookmarkurl);
	    elem.setAttribute('title',bookmarktitle);
	    elem.setAttribute('rel','sidebar');
	    elem.click();
	}
	else if(document.all)
	    window.external.AddFavorite(bookmarkurl, bookmarktitle);
}


function disp_sky(){
	var winW=800;
        var dispsky=0;

	document.writeln ("&nbsp;</td><td valign=\"top\"><br><br><br><br>");

	if (window.innerWidth){ //window.innerWidth
		if(window.innerWidth>970){dispsky=1;}
	}else if (document.all){ //IE4+
		if(document.body.clientWidth>970){dispsky=1;}
        }

        if(dispsky==1){


//document.writeln ("<script type=\"text/javascript\"><!--");
//document.writeln ("google_ad_client = \"pub-1392357900437124\";");
//document.writeln ("/* VA-sky_end */");
//document.writeln ("google_ad_slot = \"4222338229\";");
//document.writeln ("google_ad_width = 120;");
//document.writeln ("google_ad_height = 600;");
//document.writeln ("//-->");
//document.writeln ("</script>");
//document.writeln ("<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\">");
//document.writeln ("</script>");




        }


}

function paste_string(e, s){ e.value+=s;e.focus();}
function get_sel(){
  if (window.getSelection) return window.getSelection(); else if
     (document.getSelection) return document.getSelection(); else if
     (document.selection) return document.selection.createRange().text; else return;
}
function quote_sel(e){sel=get_sel(); paste_string(e,'[quote]'+sel+'[/quote]');}




var bgcolorlist=new Array("#AF979F", "#89767C", "#C9ADB6", "#D6B8C2", "#AF979F")

var object = new Array();
function tags(i, w){
	object[i] = obj = document.createElement("span");
	obj.style.position = "absolute";
	obj.style.left = Math.random()*60;
	obj.style.top = Math.random()*100;
	fs = w.length>2 && Math.random()>.666?Math.round(6 + Math.random() * 15):10;
	obj.style.fontSize = fs + "px";
	obj.style.color = bgcolorlist[Math.floor(Math.random()*bgcolorlist.length)];
	obj.style.zIndex = 10000 - fs;
	obj.innerHTML = w;
	document.getElementById("tagcloud").appendChild(obj);
}


//--->





