function kod(id) {
    var id;
window.open( "kodom.php?uid="+id, "myWindow", "status = 1, height = 500, width = 800, resizable = 0" )
}


function online_latogatok(id) {
    var id;
window.open( "on_line.php?uid="+id, "myWindow", "status = 1, height = 500, width = 800, resizable = 0" )
}

function kep(ev,honap,nap,site) {
    var id;
	
window.open( "dia.php?ev="+ev+"&honap="+honap+"&nap="+nap+"&site="+site, "myWindow", 
"status = 1, height = 100, width = 400, resizable = 0" )

}

function kep_ev(ev,site) {
    var id;
	
window.open( "dia.php?ev="+ev+"&site="+site, "myWindow", 
"status = 1, height = 100, width = 400, resizable = 0" )

}

function kep_honap(ev,honap,site) {
    var id;
	
window.open( "dia.php?ev="+ev+"&honap="+honap+"&site="+site, "myWindow", 
"status = 1, height = 100, width = 400, resizable = 0" )

}