/** Status **/
window.defaultStatus='Internationale Feng Shui Akademie';

/** Popup **/
function openwindow(page,w,h){
	window.open(page,'openw_neu','toolbar=no,location=no,directories=no,status=yes,menubar=no,top=100,left=100,scrollbars=nos,resizable=no,width='+w+',height='+h);
	
}

/** OnFocus **/
blurAnchors = function(){ 
  if(document.getElementsByTagName){ 
    var a = document.getElementsByTagName("a"); 
    for(var i = 0; i < a.length; i++){ 
      a[i].onfocus = function(){this.blur()}; 
    } 
  } 
} 
window.onload = blurAnchors;
