// scripts_tut.js INDELEC - Aragonesa de Proyectos Industriales, S.L. //


function ventana(tipo,expediente)
	{window.open(tipo + ".asp?expediente=" + expediente, "", "top=40, left=40, toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=770, height=570");}

function cambio(cod)
	{window.open("cambio3.asp?cod=" + cod, "", "top=40, left=40, toolbar=no, location=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=750, height=550");}
