function verAyudaproducto(IdPag)
	{
	 	var opciones = "directories=no,toolbar=yes,location=no,menubar=no,status=no, scrollbars=yes, resizable=yes, width=800,height=600";
		var strURL = IdPag;
		var ventana = window.open(strURL, "", opciones);
	}

