function cargar(param){

	document.forms["redireccion"].accion.value=param;
	document.forms["redireccion"].submit();
}
			
			
function openwindow(mywindow,mywindow2,myurl,mywidth,myheight,myscroll)
{
	width = "width="+mywidth;
	height= "height="+myheight;
	auxscroll= "scrollbars="+myscroll;
	mywindow=window.open(myurl,mywindow2,width+","+height+",resizable=no,"+auxscroll+",toolbars=no,directories=yes,titlebar=no,status=no");
}

