<!--
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.Vorname.de";
var bookmarktitle="Vorname.de - Mehr als 45.000 deutsche und internationale Vornamen!";

function b(){//(c)Vorname.de
var lang;var name=navigator.appName;var version = navigator.appVersion;
 if (name=="Microsoft Internet Explorer" && version >= "4.0"){
  lang=(navigator.browserLanguage);
  if(document.all){window.external.AddFavorite(bookmarkurl,bookmarktitle)}
 }else{
  lang=(navigator.language);
  var msg='Bookmark: STRG+D!';
  alert(msg);}
}

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){
		OA_show(52);
	}
}

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]');}

//--->








