// JavaScript Document
function wind_print(id,w,h){
	var x=(screen.width/2)-(w/2);var y=(screen.height/2)-(h/2);
window.open(id, 'orto' ,config='left='+x+', top='+y+', height='+h+', width='+w+', scrollbars=yes, resizable=no,location=no').focus(); 
}
function srch_go(t) {
	if(document.getElementById('s_t').value==1) {
		document.getElementById('pg').value="nw";
	}
	if(document.getElementById('s_t').value==2) {
		document.getElementById('pg').value="act";
	}
	if(document.getElementById('s_t').value==3) {
		document.getElementById('pg').value="pb";
	}
	var forma  = document.getElementById(t);
	forma.submit();
}
var cl = 0;
function clear_value_ser() {
	if (cl == 0) {
		document.f_ser.s.value = "";
		cl = 1;
	}
}
function open_foto(id){
	window.open(id, 'foto' ,config='scrollbars=yes, resizable=yes,location=no').focus(); 
}