function popup(cim) {
	box = window.open(cim,"klbox","scrollbars=1,menubar=1,resizable=1,width=640,height=500");
	box.focus();
}
function pageprint(T,I) {
	popup('/print.php?t='+T+'&i='+I);
}
function pagesend(T,I) {
	popup('/send.php?t='+T+'&i='+I);
}
function e() {
	var ho=document.getElementById("honap").value;
	if(ho!='') {
		document.location.href="/esemenynaptar/"+ho+".html";
	}
}
