<!--
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.firstnames.de";
var bookmarktitle="firstnames.de - Die grosse kostenlose Vornamen-Datenbank.";

function b(){//(c)firstnames.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;
	if (parseInt(navigator.appVersion)>3){
		if(navigator.appName=="Netscape"){winW=window.innerWidth;}
		if(navigator.appName.indexOf("Microsoft")!=-1){winW=document.body.offsetWidth;}
	}
	if(winW>970){
	   if(!document.phpAds_used) document.phpAds_used = ',';
	   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
		document.write ("&nbsp;</td><td valign=\"top\"><br><br><br><br>");
	   document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
	   document.write ("http://www.firstnames.de/ad/adjs.php?n=" + phpAds_random);
	   document.write ("&amp;what=zone:196&amp;target=_blank");
	   document.write ("&amp;exclude=" + document.phpAds_used);
	   if (document.referrer){document.write ("&amp;referer=" + escape(document.referrer));}
	   document.write ("'><" + "/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]');}

//--->







