function pic_win(picfile, title, popis, picwidth, picheight){
	if (title != '' || popis != '') {
		picheight += 80;
	}
//	window.open('pic_window.php?pic='+picfile+'&title='+title+'&popis='+popis+'', 'picwindow', 'width='+picwidth+',height='+picheight+'');

window.open(picfile,title,"height="+picheight+",width="+piwidth+",top=1,left=0,status=0,menubar=0,resizable=0,scrollbars=0,toolbar=0");
	
}
function activate_form_items() {
	for(i = 0; i < frm_items.length; i++) {
		document.getElementById(frm_items[i]).style.backgroundColor = '#BFCFCA';
		document.getElementById(frm_items[i]).disabled = false;
	}
	document.getElementById('frm_submit_button').style.display = 'block';
}

function abrewin(dirx,dir1){
var ventana=window.open("", "NewWin", "width=700,height=400 top=5, resizable=1,scrollbar=1" );
ventana.document.open();
ventana.document.write("<html>" +
"<head><title>"+dirx+"</title> <script language='Javascript'>"+
"function micarga(dir){"+
"self.location='http://www.finsa.es/publicaciones/direccion-pu.nsf/numeros/"+dirx+"?OpenDocument';}"+ 
"</script>"+
"</head>"+
"<body  onload=micarga('"+dirx+"')>"+
"<table border='0' width='273'>"+
"<tr align='left' valign='top'>"+ 
"<td valign='top'></td>"+
"<td valign='top'><font size='2' face='Arial'>"+
"<a href='http://www.finsa.es/publicaciones/direccion-pu.nsf/numeros/"+dirx+"?EditDocument' target='_self' >Un momento por favor...</a></font></td>"+
"</td></tr><tr><td></tr></table>"+
"</body></html>");
ventana.document.close();
}