function pop_gal(gal_id, cspv){
if(cspv ==0){
window.open('/gal/?id='+gal_id, '','width=600,height=600, scrollbars=yes,resizable=yes,status=yes');
} else {
window.open('http://www.cspv.hu/gal/?b=1&id='+gal_id, '','width=600,height=600, scrollbars=yes,resizable=yes,status=yes');
}
}

function cikk_kuld(c, what)
{
elkuld = window.open('/send_page/?w='+what+'&cucc='+c,'elkuld','status=yes,resizable=yes,width=550,height=450');
elkuld.focus();
}
