function disp_anunt(){
	var box = document.forms[0].tip_anunt;
	var val = box.options[box.selectedIndex].value;

	if (val != "auto"){
		document.getElementById('anunt_auto').style.display = 'none';
		document.getElementById('anunt_non_auto').style.display = 'block';
	}
}

function viewImg2(mainUrl, identifier) {
	window.open(mainUrl+"img2.php?identifier="+identifier,"Galerie","height=700,width=800,resizable=yes,scrollbars=yes");
	return false;
}