function on(img)
{	document[''+ img +''].src='img/meniu/' + img + '-on.gif';	}
function off(img)
{	document[''+ img +''].src='img/meniu/' + img + '.gif';	}


function deschide2 (url, w, h) {
open(url, "",
'menubar=no,directories=no,location=no,resizable=no,scrollbars=yes,width=' + w + ',height=' + h);
}