var Name, Nr, Dir;
Dir = "/admin/img/";
function Wechsel(Nr, Name) {
	window.document.images[Nr].src = Dir + Name;
}

function px_openWin(theURL,winName,features) {
	fenster = window.open(theURL,winName,features);
	fenster.focus();
}

$(document).ready(function(){
	$('.whitebox, .subnav, .rechte-spalte .box, .box-one, .box-border').corners("6px");
});

