// JavaScript Document
function ch_img(id,sr){
	document.getElementById(id).src = sr;
}

function add_com(){
	document.getElementById('add_com').style.display = 'block';
	document.getElementById('addcombut2').style.display = 'none';
}

function ch_dr_sel(cs){
	if(cs == 'bl'){
		if(document.getElementById('dr_keyword').value == ''){
			document.getElementById('dr_alf').style.border = '1px solid #cccccc';
			document.getElementById('dr_key').style.border = '1px solid #ececec';
		}
	}
	else{
		document.getElementById('dr_alf').style.border = '1px solid #ececec';
		document.getElementById('dr_key').style.border = '1px solid #cccccc';
	}
}

function pop_art_send(url){
	window.open(url, 'nosutit_zinu','location=no,toolbar=no,status=no,scrollbars=yes,menubar=no,width=420,height=600,left=50,top=50');
}

function pop_art_print(url){
	window.open(url, 'izdrukat_zinu','location=no,toolbar=no,status=no,scrollbars=yes,menubar=no,width=600,height=600,left=50,top=50');
}

function ch_mail(act){
	if(act == 'in'){
		if(document.getElementById('addm').value == ' Ieraksti e-pasta adresi!'){
			document.getElementById('addm').value = '';
		}
	}
	else{
		if(document.getElementById('addm').value == ''){
			document.getElementById('addm').value = ' Ieraksti e-pasta adresi!';
		}
	}
}

function popgal(url){
	window.open(url, 'gallery','location=yes,toolbar=no,status=no,scrollbars=yes,menubar=no,width=710,height=600,left=50,top=50');
}

function showHideRow(id){
	stat = document.getElementById(id).style.display;
	if(stat == 'none'){
		document.getElementById(id).style.display = "";
	}
	else{
		document.getElementById(id).style.display = "none";
	}
}
