<!-- //
window.name="okno";

nn4 = document.layers;
ie4 = document.all;
nn6 = document.getElementById && !ie4;

function w(fileName, windowName, winWidth, winHeight){
	if (nn4 || ie4 || nn6){
		posX = Math.round((screen.width - winWidth) / 2) + screen.width / 2 - winWidth +110;
		posY = Math.round((screen.height - winHeight) / 2);
		posCode = (nn4 || nn6) ? "screenX=" + posX + ",screenY=" + posY : "left=" + posX + ",top=" + posY;
	}else{
		posCode = "";
	}
	newWindow = window.open(fileName, windowName, 'menubar=no,toolbar=no,scrollbars=yes,status=no,width=' + winWidth + ',height=' + winHeight + ',' + posCode);
	if (newWindow.focus()) newWindow.focus();
	return false;
}

function AuthorWindow(id){
		width = 300;
		height = 350;
		height2 = height + 26;
		fileName = "/eng/authors/view/popup/?" + id + "&width=" + width + "&height=" + height;
		w(fileName, 'id', width, height2);
}


// -->


<!-- Hide the script from old browsers --
function OpenWin() {window.open(url,'_blank','top=100,left=100,width=300,height=300,buttons=No,scrollbars=Yes,location=No,menubar=No,resizable=No,status=No,directories=No,toolbar=No,copyhistory=No')}
//---------------->
