var detailWnd=null;

function openNewsLetterWnd(id){
	if(detailWnd!=null)detailWnd.close();
	detailWnd=window.open("newsletterpop.aspx?lan=" + id, "NewsLetter_popUp", "width=466,height=268 ,top=" + (window.screen.height/2-250)+ ", left=" + (window.screen.width/2-380) + " location=0, menubar=0, resizable=0, scrollbars=0, status=0, titlebar=0, toolbar=0");
	detailWnd.focus();
}
function openPDF(){

//var koj = document.getElementById('lblKoj').innerText;
var koj=document.getElementById('hdnAction').value;

	if(detailWnd!=null)detailWnd.close();
	detailWnd=window.open("upload/webdata/documents/"+koj, "Book_PDF_popUp", "width=600,height=400 ,top=" + (window.screen.height/2-250)+ ", left=" + (window.screen.width/2-380) + " location=0, menubar=0, resizable=0, scrollbars=0, status=0, titlebar=0, toolbar=0");
//	detailWnd.focus();
}