// Her bağlantıya aşağıdaki satırı ekleyiniz
//<script language=javascript src="../emsistem/kaynak/js/penac.js"></script>
//onclick="PenAc('pencerem.htm',400,100);return false;"
//

var nw;
function PenAc(u,w,h)
{   
    if(nw) nw.close();
	nw=window.open(u,'','copyhistory=0,directories=0,location=0,menubar=0,scrollbars=0,status=0,toolbar=0,width='+w+',height='+h+',resizable=0');
	if (window.focus) {nw.focus()}

	
}
function PenAc2(u,w,h)
{   
    if(nw) nw.close();
	nw=window.open(u,'','copyhistory=0,directories=0,location=0,menubar=0,scrollbars=1,status=0,toolbar=0,width='+w+',height='+h+',resizable=0');
	if (window.focus) {nw.focus()}

	
}