function odMrowczaczIEonly() {
        var a=document.getElementsByTagName('a')
        for(i=0;i<a.length;i++) a[i].hideFocus=true
}


function openPopup(url){
	newwindow=window.open(url,'name','height=500,width=600');
	if (window.focus) {newwindow.focus()
	}
	return true;
}

function popupWindow(url){
	newwindow=window.open(url,'name','height=500,width=600,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,screenX=150,screenY=150,top=150,left=150');
	if (window.focus) {newwindow.focus()
	}
	return true;
}

function noSpam(user,domain){   
       locationstring = "mailto:" + user + "@" + domain;window.location = locationstring; 
     }


function changeCSS(){
     var iframeElement = document.getElementById('ramka');
     document.getElementById('test').innerHTML = iframeElement;
     return true;
}

function png_behavior(){
	if (document.getElementById('qual') || document.getElementById('qual') != null || document.getElementById('qual') != "undefined"){
		//alert("Jest");
	document.getElementById('qual').style.behavior = 'url(\'http://www.7art.pl/scripts/pngbehavior.htc\')';
	//document.getElementById('qual').style.border = '1px solid red';
	}
}
	


