
function imgUpload( c, w, h, s, p, n ) {
    /***
    c: container box id
    w: img max width
    h: img maxheight
    s: img max file size
    p, n: $_SESSION[p][n]
    ***/
    link = '/imageupload.php?' + 
	(c ? 'c=' + c + '&': '') + 
	(w ? 'w=' + w + '&': '') + 
	(h ? 'h=' + h + '&': '') + 
	(s ? 's=' + s + '&': '') + 
	(p ? 'p=' + p + '&': '') + 
	(n ? 'n=' + n      : '');
    if (!imgWindow) var imgWindow = window.open(link, 'imgWindow', 'width=440, height=300');
    imgWindow.focus();
}

function karStop( mezo, mikor ) {
    if ($(mezo).value.length > mikor) $(mezo).value = $(mezo).value.substring(0, mikor);
}

function imgPopup( kep ) {
    k = window.open('/imagepopup.php?k='+kep, 'k', 'width=100,height=100,scrollbars=yes,statusbar=yes');
    k.focus()
}

function delpic( kep ) {
    loadXML('/inc/sajatoldal_keptorol.php?k='+kep, 'delpicOk');
}

function delpicOk() {
    if (XML_valasz > '-1') {
	$('mkep' + XML_valasz).src= '/images/' + (XML_valasz == '0' ? 'mintakep_reklamkep_t.gif' : 'mintakep_t.jpg');
	$('kepdel' + XML_valasz).innerHTML = '';
    }
}
